/** * This program is to input 5 ages and return the lowest age * * @author Smith * @version 1.0 9/21/2018 */ public class FixLoop { begin system.println("Please enter an age"); for count:= 1 to 5 do begin input.nextAge(age) if (age < youngest) then age := youngest; end system.print.outln('The youngest person is ', age) end }