Question: Write a pseudocode algorithm that gets student exam scores from the user. Each exam score will be an integer in the range 0 to 1
Write a pseudocode algorithm that gets student exam scores from the user. Each exam score will be an integer in the range to Input will end when the user enters as the input value. After all scores have been read, display the number of students completing the exam, the minimum score, the maximum score, the average score, and the number of As where an A is a score in the range Make sure your average is a decimal point. Only count As not other grades.
Note that you do not need to do any error checking on the input for this problem. This should be done as a standard sentinelcontrolled while loop.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
