top of page
Get Numbers

 

Write a function that will continue asking the users for numbers until the most recent input is less than all the numbers input so far. The function should return as an output argument the largest number input by the user.
bottom of page