Question: Write a program which reads integers from the user until -1 is entered. After -1 is read the largest integer should be printed. -1
Write a program which reads integers from the user until -1 is entered. After -1 is read the largest integer should be printed. -1 should not be considered as largest number. Hint: read the input values one after another. For example: Input Output 1 39 29 -4 22 -1 39
Step by Step Solution
3.57 Rating (161 Votes )
There are 3 Steps involved in it
Since no specific programming language was mentioned here is a program that is wr... View full answer
Get step-by-step solutions from verified subject matter experts
