Question: Create a web page with a script that prompts the user to enter the high temperatures for 7 days (using 7 different prompts), storing the
Create a web page with a script that prompts the user to enter the high temperatures for 7 days (using 7 different prompts), storing the numbers in an array. Output an HTML table that shows the the high temperature for each day by retrieving the data from the array. Save the page as Temperatures.html. Doesn't have to match the picture. I just need something basic that works - I don't need anything complicated like I got last time.

This is what I have:
| Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday |
|---|
\begin{tabular}{||l||l||l||l||l||l||l||} \hline \hline Monday & Tuesday & Wednesday & Thursday & Friday & Saturday & Sunday \\ \hline \hline 88 & 87 & 89 & 90 & 86 & 85 & 88 \\ \hline \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
