Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 327 Bytes

read-calculate-find-write.md

File metadata and controls

7 lines (6 loc) · 327 Bytes

Read, calculate, find and write

Write pseudo code that will perform the following:

  • Read in 5 separate numbers
  • Calculate the average of the five numbers
  • Find the smallest (minimum) and largest (maximum) of the five entered numbers
  • Write out the results found from steps b and c with a message describing what they are