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  

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

1 Expert Approved Answer
Step: 1 Unlock

Since no specific programming language was mentioned here is a program that is wr... View full answer

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 Programming Questions!