Copy these files to your "webhome" directory.
cp ~njm/public_html/Java/lang/Average.java .and
cp ~njm/public_html/Java/lang/Console.java .
Use your text editor to modify the program Average.java so that it also finds the maximum of the numbers typed in. Note that you don't have to modify or compile the class Console.java; its method readInt is used by Average.java.
Hints:
Compile the java code described on this java compiler page and run.
Hints: