Problem
Write a Java program that reads two numbers from the console. Based on the example in the textbook, write five methods (min, max, sum, difference, and product) to calculate and return the appropriate results. For the difference method, use the absolute value method and the round method from the Math class to refine your results to the nearest whole positive integer.