- Engineering
- Computer Science
- using this guideline the problem initial plan execution and evaluation...
Question: using this guideline the problem initial plan execution and evaluation...
Question details
Using This Guideline
The problem
Initial Plan:
Execution and Evaluation:
Revised Plan:
Execution and Evaluation
Write a pseudocode algorithm based off C# that performs the following:
a) Read in 5 separate numbers from the user.
b) Calculate the average of the five numbers.
c) Find the smallest (minimum) and largest (maximum) of the five entered numbers.
d) Write out the results found from steps b and c with a message describing what the results were.
The algorithm output is as shown below.
Sample Output:
Average of all numbers = 56
Maximum number: 68
Minimum number: 23
Solution by an expert tutor
