Question: Write algorithm using pseudocode for the following action: Prompting the user to input a set of grades and print the highest value, minimum value, and
Write algorithm using pseudocode for the following action:
Prompting the user to input a set of grades and print the highest value, minimum value, and average
-Explain why you chose the type of control structures and/or loops used in your algorithm (if-else, for, while, etc.)
Example of algorithm written in pseudocode:
OBTAIN Fahrenheit temperature
CALCULATE Celsius temperature
PRINT Celcius temperature
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
