Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create 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.

  1. Create application namedStudentsStanding.javathat 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 untilZZZis 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 application namedStudentsStanding2.javathat displays each record in the two files created in theStudentsStandingapplication. 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 (note that the student info may vary):
Probationary StandingID #10 Mike Green GPA: 1.9 -0.10000000000000009 from 2.0 cutoffGood StandingID #100 Jill Green GPA: 2.0 0.0 from 2.0 cutoffID #50 Jane Doe GPA: 3.7 1.7

image text in transcribedimage text in transcribed
\f\f

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions