Develop a Java program that will store data in the form of daily temperature for one week. Your program should prompt the user for the day of the week (Monday through Sunday) and the temperature for each day. Store the day and temperature in two different arraylists. The output for your program should provide the temperature for each day and the weekly average.