pseudocode
I have to develop pseudocode for my class for Prompting the user to input a set of grades and print the highest value, minimum value, and average.
Here is where I am so far but I am stuck on how to develop the rest of it:
Prompt the user to input the four different test scores earned over the semester
OUR PROCESS
Order
Payment
Writing
Delivery
Why Choose Us: Cost-efficiency, Plagiarism free, Money Back Guarantee, On-time Delivery, Total Сonfidentiality, 24/7 Support, 100% originality
Initiate the MAX command
If value is less than MAX score inputted delete lesser value
Else score is max value
Initiate the MIN command
If value is greater than MIN delete above values ;
Then initiate the program to add up the four different test scores (total_score = test_score1 + test_score2…)
Last initiate the program to divide the total_score by the total number of all test scores taken
She wants in if, else if terms