Question: java should be the language of code. Write a while-loop to step through an integer array named age and find the largest number in the

java should be the language of code.
Write a while-loop to step through an integer array named age and find the largest number in the age array. You can assume the age array has been initialized to contain the ages of 50 people. You should declare an integer called maxAge to store the largest number in the age array. (4 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
