Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a java program for 4 students and include an algorithim as well a java code? Provide: . An algorithm Java Source code Write a

Write a java program for 4 students and include an algorithim as well a java code?image text in transcribedimage text in transcribed

Provide: . An algorithm Java Source code 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. Test 1 Test 2 Average Grade 090 082 039 089 059 080 100 092 074.5 081.0 069.5 090.5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions