Question: Write a Java program that reads in 3 integers from a file and tells what the max and min values are of the three. Attached
Write a Java program that reads in 3 integers from a file and tells what the max and min values are of the three. Attached is a template (MaxMin.java G, ) to get you started for reading in the input. Also attached is input.txt B. which is an example of the input type. Make sure input.txt is in the same directory as the java file. Also make sure it works for any input of three integers. You are not to use Math.min() and Math.max() so that you can practice your use of if statements. - MaxMin.java G. - input.txt G
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
