Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have been tasked with creating a styled web page that displays the average temperatures for Delaware for each month for 1 9 5 0

You have been tasked with creating a styled web page that displays the average temperatures for Delaware for each month for 1950-2018 and then comparing it to 2018's temperature data.
The averages for 1950-2018 are as follows:
Jan 33.6
Feb 35.6
Mar 43.1
Apr 53.2
May 62.7
Jun 71.5
Jul 76.3
Aug 74.6
Sep 68
Oct 57
Nov 46.7
Dec 37.7
The averages for 2018 are as follows:
Jan 32.6
Feb 42.9
Mar 40.3
Apr 51.4
May 68.1
Jun 72.5
Jul 77.1
Aug 78.6
Sep 73.2
Oct 60.1
Nov 45.3
Dec 41.0
Create a script that generates webpage with the temperature data:
The data should be stored in arrays
Each month should be listed with the two temperatures and the difference between the two.
If there is a variation of more than 2 degrees then the difference should be highlighted with green font for less than the average or red font for greater than the average.
Total the averages for each data set and do a final compare of the difference between the two.
You should use a loop to process the data.
Include stylesheet (Website must be styled)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Records And Database Management

Authors: Jeffrey R Stewart Ed D, Judith S Greene, Judith A Hickey

4th Edition

0070614741, 9780070614741

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago