Question: Write a Java program: a . Write a main program that declare a variable max. Then, the main program should call the method findMax (
Write a Java program:
a Write a main program that declare a variable max. Then, the main program should call the method
findMax and print the largest number.
b Defined a method named findMax with a Scanner parameter, findMaxscnr The method reads
integers from input until a negative integer is read. The method returns the largest of the integers read.
c Ex: If the input is:
The output is: The largest number is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
