Write a program that inputs temperatures for seven days of the week into a one-dimensional array “temp”.
Write a program that inputs temperatures for seven days of the week into a one-dimensional array “temp”. It computes the average temperature and displays the values of array and calculated average temperature on the screen. So let’s Write Code: Code: Write a program that inputs temperatures for seven days of the week into a one-dimensional…