Create an application named StudentsStanding.java that allows you to enter student data that consists of an ID number, first name, last name, and grade point average. Have the program accept input...




  1. Create an application namedStudentsStanding.java that allows you to enter student data that consists of an ID number, first name, last name, and grade point average. Have the program accept input untilZZZ is entered for the ID number. Depending on whether the student’s grade point average isat least 2.0, output each record either to a file of students in good standing or those on academic probation.




  2. Create an application namedStudentsStanding2.java that displays each record in the two files created in theStudentsStanding
    application. Display a heading to introduce the list produced from each file. For each record, display the ID number, first name, last name, grade point average, and the amount by which the grade point average exceeds or falls short of the 2.0 cutoff. For example, the output should be formatted as follows.




Java language



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here