Name Gradebookkeeper Write Program Prompts User Number Students Class Non Negative Integer Q37174854

Name : GradeBookKeeper Write a program which prompts user for the number of students in a class (a non-negative integer), and

Name : GradeBookKeeper Write a program which prompts user for the number of students in a class (a non-negative integer), and saves it in an int variable called numStudents. It then prompts user for the grade of each of the students (integer between 0 to 100) and saves them in an int array called grades. The program shall then compute and print the average (in double rounded to 2 decimal places) and minimum/maximum (in int). Expected

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.