Write a Java program that reads in a sequence of hourly temperature readings overa 24-hour period using arrays. Your program should find and display the maximum and minimumtemperatures. And your program should print out the time (hour) the maximum and
minimum temperatures occurred.