PROGRAMMING EXERCISE
Find Largest Number
Write a program that finds the largest of a collection of positive numbers input by the user. The user should be prompted to provide numbers until –1 is entered. At that time, the largest number should be displayed.
Download the solution for this project here.