Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are asked to design an algorithm to solve the following problem: A program needs to determines the average of 4 integer numbers input by
You are asked to design an algorithm to solve the following problem:
"A program needs to determines the average of 4 integer numbers input by the user. It then displays one of the following messages fail, pass or excellent if the calculated average value is less than 40, in the range 40 - 69 or at least 70, respectively. The program also then displays the calculated average value. Note: You can assume that only valid values are input by users."
Write your algorithm using only pseudo code; apply indentation as appropriate.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started