Write a Java program to determine and display the names of the number of PASSED and FAILED out of 10 inputted names with the corresponding grade. Restrict the inputted grade for each name in the range of 50 to 100, in which 75 is the passing grade. If the inputted grade is not on the range, the program will remind the user of a message for the accepted range for the grade and allows the user to re-enter a grade. Note: a. Use an array in the program. b. Display the names of passed and failed with corresponding grade and remark (Remarks is either Passed or Failed)
Write a Java program to determine and display the names of the number of PASSED and FAILED out of 10 inputted names with the corresponding grade. Restrict the inputted grade for each name in the range of 50 to 100, in which 75 is the passing grade. If the inputted grade is not on the range, the program will remind the user of a message for the accepted range for the grade and allows the user to re-enter a grade.
Note:
a. Use an array in the program.
b. Display the names of passed and failed with corresponding grade and remark (Remarks is either Passed or Failed)
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images
Write a java