I need to write a program in java using two array lists. I needto program to prompt the user to enter a day of the week and returnan output of a predetermined temperature for the day they selected.I also need the program the output the average of dailytemperatures across the week if the user inputs “week”.
So basically if i set the temperatures to something arbitraryi.e.:
Monday = 50
Tuesday = 55
Wednesday = 52
Thursday = 50
Friday = 52
Saturday = 55
Sunday = 57
And the user enters “Monday” i need the output to displaysomething like “The temperature for Monday will be: 50 degrees”
Answer
import
OR
OR