I am suppose to create a program that I input however many positive numbers in and after a sentinal -1 is entered the program then choices what the largest input was and displays it.
I know how to count, and use sum to accumulate.
I have no clue how to make it retain the inputs and then pick the largest..
Thank you