[SOLVED] Use a loop to ask for numbers, until the value -99 is entered

22.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)

ASSIGNMENT: Make sure to use Flowgorithm.

Use a loop to ask for numbers, until the value -99 is entered

Compare each number to the current maximum and minimum

After -99 is entered, the program displays the largest and smallest numbers entered

NOTES:

Include the usual comment lines for Author, Date and Description.

Your output should be in a sentence, like, “The largest number entered is XXX”.

Save your file as S08.fprg.

Make sure your program is working correctly.

Submit the Flowgorithm file S08.fprg

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.