Question: translate from Pascal to java program getmax (input, output) VAR count, number, maximum: integer; BEGIN // initialize variables count: 0; maximum := -1; W introduce
translate from Pascal to javaprogram getmax (input, output) VAR count, number, maximum: integer; BEGIN // initialize variables count: 0; maximum := -1; W introduce yourself writeln(; writeln('Enter numbers below. Enter a negative number to end input.); read (number); while number > 0 do begin count count + if maximum number then maximum :- number read (number) end; readln() 7/ pause writeln() write... press enter... readln(); 13; numbers you entered was, // report results writeln(); writeln('The maximum of the count, maximum writeln() END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
