Question: Find largest number Description Write a program that repeatedly reads in integers from input until a negative integer is read. You should not prompt for

Find largest number
Description
Write a program that repeatedly reads in integers from input until a negative integer is read. You should not prompt for these numbers; we'll assume the user knows what to do.
The program must also keep track of the largest integer that has been reac so far and outputs the largest integer at the end.
The output message should be as follows:
The largest number was: largest number}
Ex: If the input is:
2
77
17
4
 Find largest number Description Write a program that repeatedly reads in

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!