Question: Lesson 5 Assignment Exercise 5.1 - Finding highest score Write a program that prompts the user to enter the number of students and each
Lesson 5 Assignment Exercise 5.1 - Finding highest score Write a program that prompts the user to enter the number of students and each student's score. Find and display the highest score Sample output: Enter number of students in the class: 6 Enter score: 90 In []: Enter score: 85 Enter score: 95 Enter score: 75 Enter score: 85 Enter score: 60 The highest score is: 95
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
