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 read 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:
the output is:
The largest number was:
You can assume a user will enter at least one positive integer or the number ze
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
