Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a java program for 4 students. Write a program to read test scores, process scores, and display a final report or save the report
Write a java program for 4 students.
Write a program to read test scores, process scores, and display a final report or save the report into a text file. A report is generated for a class of 4 students Note: It is not required to write a Java class with instance/static members in this project. Write in method main. A test score is an integer from 0 to 100 If an average is 90 or greater, the letter grade A is assigned Otherwise, if an average is 80 or greater, the letter grade B is assigned Otherwise, if an average is 70 or greater, the letter grade C is assigned Otherwise, the letter grade F is assigned Users can process the scores and display a report like this, save the report into a file, or quit. Test1 Test 2 Average Grade 090 082 039 089 059 080 100 092 074.5 081.0 069.5 090.5Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started