Question: Write a short program based on the following requirements: 1. The program determines the average percentage for students based on scores for 2 class tests.
Write a short program based on the following requirements:
1. The program determines the average percentage for students based on scores for 2 class tests.
2. There are 2 students: Angry, and Worry. The names must be read in. (Use Scanner for all values)
3. The marks for the 2 tests for each student must also be read in and the average is then calculated and stored separately.
4. The names, scores for each of the 2 tests, and the
Step by Step Solution
3.26 Rating (141 Votes )
There are 3 Steps involved in it
Certainly Below is a simple Java program that fulfills the given requirements using the Scanner clas... View full answer
Get step-by-step solutions from verified subject matter experts
