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 java program getmax (input, output) VAR count,translate from Pascal to java

program 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!