I am wondering how to write a java program that does the following:
There is one method required: get Max, which takes two integer variables as input in the command prompt, returns the bigger one of the two.
There is one method required: get Max, which takes two integer variables as input in the command prompt, returns the bigger one of the two.
Comment