Enhance the test score applicaion so it uses a while or a


Make this program using java programming. Make this application in simple way.

Enhance the Test Score applicaion so it uses a "while" or a "do-while" loop plus a for loop.

NEED THE JAVA CODE

Part 1: Open the project named ch04_ex3_TestScore that stored in the ex_starts directory. Then, run the application to see how it works.

Part 2: Change the while statement to a do-while statement, andtest this change. Does this work any better than the while loop?

Part 3: Enhance the program so it uses a while or do-while loop that lets the user enter more than one set of test scores. When you do that, be sure to move the declaratios for the variables inside the loop so these variables ar einitialized each time through the loop. Test the application to make sure it works.

Part 4: Add code at the beginning of the while or do-while loop that asks the user how many test scores are going to be entered. Then, use this number in a for loop to get that many test score entries from the user. When the for loop ends, the program should display the sumamry data for the test scores. Test these enhancements.

Part 5: If you didn't alread do it, make sure that the code in the for loop doesn't count an invalid entry. In that case, an error message should be displayed and the counter should be decremented by one. Now, test to make sure this works.

Add comments in code section that will be useful in the future.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Enhance the test score applicaion so it uses a while or a
Reference No:- TGS0946999

Expected delivery within 24 Hours