Analysis of Wind Speed (Intermediate) You are required to develop a program which calculates the average wind speeds for four (4) different weeks in the month e May 2021 for the State of Kuala Lumpur. Suppose that the data of Table 1 is provided by the Malaysian Meteorological Agency. This table shows the wind speed data (km/h) reported in each day for each week and Figure 1 shows the sample output to be produced by the program: Table 1: Data for wind speeds reported in Kuala Lumpur for four weeks in May 2021 Week/Day 3 4 5 6 1 2 7 Week 1 8.2 10.3 9.8 11.0 10.4 9.1 16.8 Week 2 7.1 6.3 14.2 9.4 8.8 7.2 9.8 Week 3 6.7 8.2 5.4 6.1 7.0 12.4 11.3 Week 4 6.9 5.2 7.1 10.8 7.6 5.4 6.3 Day 1 2 3 4 5 6 7 Enter daily wind speeds reported for Week 1: 8.2 10.3 9.8 11.0 10.4 9.1 16.8 Enter daily wind speeds reported for Week 2: 7.1 6.3 14.2 9.4 8.8 7.2 9.8 Enter daily wind speeds reported for Week 3: 6.7 8.2 5.4 6.1 7.0 12.4 11.3 Enter daily wind speeds reported for Week 4: 6.9 5.2 7.1 10.8 7.6 5.4 6.3 Day 1 2 3 4 5 6 7 Avg 10.8 9.0 Week 1 8.2 10.3 9.8 11.0 10.4 9.1 16.8 Week 2 7.1 6.3 14.2 9.4 6.1 8.8 7.2 9.8 7.0 11.3 6.3 Week 3 6.7 8.2 5.4 12.4 8.2 Week 4 6.9 5.2 7.1 10.8 7.6 5.4 7.0

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Analysis of Wind Speed (Intermediate)
You are required to develop a program which calculates the average wind speeds for four (4) different weeks in the month of
May 2021 for the State of Kuala Lumpur. Suppose that the data of Table 1 is provided by the Malaysian Meteorological
Agency. This table shows the wind speed data (km/h) reported in each day for each week and Figure 1 shows the sample
output to be produced by the program:
Table 1: Data for wind speeds reported in Kuala Lumpur for four weeks in May 2021
Week/Day
1
2
3
4
7
Week 1
8.2
10.3
9.8
11.0
10.4
9.1
16.8
Week 2
7.1
6.3
14.2
9.4
8.8
7.2
9.8
Week 3
6.7
8.2
5.4
6.1
7.0
12.4
11.3
Week 4
6.9
5.2
7.1
10.8
7.6
5.4
6.3
Day
1 2
3
4 5 6 7
Enter daily wind speeds reported for Week 1: 8.2 10.3 9.8 11.0 10.4 9.1 16.8
Enter daily wind speeds reported for Week 2: 7.1 6.3 14.2 9.4 8.8 7.2 9.8
Enter daily wind speeds reported for Week 3: 6.7 8.2 5.4 6.1 7.0 12.4 11.3
Enter daily wind speeds reported for Week 4: 6.9 5.2 7.1 10.8 7.6 5.4 6.3
Day
Week 1
1
2
3
4
5
6
7
Avg
8.2
10.3
9.8
11.0
10.4
9.1
16.8
10.8
Week 2
7.1
6.3
14.2
9.4
8.8
7.2
9.8
9.0
Week 3
6.7
8.2
5.4
6.1
7.0
12.4
11.3
8.2
Week 4
6.9
5.2
7.1
10.8
7.6
5.4
6.3
7.0
Transcribed Image Text:Analysis of Wind Speed (Intermediate) You are required to develop a program which calculates the average wind speeds for four (4) different weeks in the month of May 2021 for the State of Kuala Lumpur. Suppose that the data of Table 1 is provided by the Malaysian Meteorological Agency. This table shows the wind speed data (km/h) reported in each day for each week and Figure 1 shows the sample output to be produced by the program: Table 1: Data for wind speeds reported in Kuala Lumpur for four weeks in May 2021 Week/Day 1 2 3 4 7 Week 1 8.2 10.3 9.8 11.0 10.4 9.1 16.8 Week 2 7.1 6.3 14.2 9.4 8.8 7.2 9.8 Week 3 6.7 8.2 5.4 6.1 7.0 12.4 11.3 Week 4 6.9 5.2 7.1 10.8 7.6 5.4 6.3 Day 1 2 3 4 5 6 7 Enter daily wind speeds reported for Week 1: 8.2 10.3 9.8 11.0 10.4 9.1 16.8 Enter daily wind speeds reported for Week 2: 7.1 6.3 14.2 9.4 8.8 7.2 9.8 Enter daily wind speeds reported for Week 3: 6.7 8.2 5.4 6.1 7.0 12.4 11.3 Enter daily wind speeds reported for Week 4: 6.9 5.2 7.1 10.8 7.6 5.4 6.3 Day Week 1 1 2 3 4 5 6 7 Avg 8.2 10.3 9.8 11.0 10.4 9.1 16.8 10.8 Week 2 7.1 6.3 14.2 9.4 8.8 7.2 9.8 9.0 Week 3 6.7 8.2 5.4 6.1 7.0 12.4 11.3 8.2 Week 4 6.9 5.2 7.1 10.8 7.6 5.4 6.3 7.0
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education