Task 1: Use the sumOf_N_Numbers.java file. Create a method that takes in two parameters namely the starting and ending number of the range and returns the sum of all the numbers in that range to the calling method
Task 2: Use the max_Of_Three.java file. Create a method that takes three number as parameters and returns the maximum of three to the calling method.