Problem
Write a while loop that asks the user for an integer value using the sentinel value Listen -999 to stop data entry. After the loop report the largest age. No formatting is needed on the output. Assume the user enters valid data. Do not use an array or ArrayList object.