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 5 6 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         The program shall allow user to enter the data for seven (7) days. The program shall then accumulate the wind speeds in Kuala Lumpur for the month of May 2021 to calculate the average wind speeds in each respective week. Following is the description of the program:   a)     The program uses a 1-dimensional array to store the week and a 2-dimensional array to store the daily wind speeds for the seven (7) days of the month May 2021 using pointer notations. b)     One void function named enterData() is defined to enter the information for 7 days in four (4) iterations. c)     One function named calcAvgSpeed() is defined to calculate and returns a double value of the average wind speed for each week. The function takes two (2) arguments. The function shall be called in a loop in your main() function. d)     One function named displayData() is defined to display all values stored in the 2-dimensional array after (c) has been calculated. This function shall be called through main().

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

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

5

6

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

 

 

 

 

The program shall allow user to enter the data for seven (7) days. The program shall then accumulate the wind speeds in Kuala Lumpur for the month of May 2021 to calculate the average wind speeds in each respective week. Following is the description of the program:

 

a)     The program uses a 1-dimensional array to store the week and a 2-dimensional array to store the daily wind speeds for the seven (7) days of the month May 2021 using pointer notations.

b)     One void function named enterData() is defined to enter the information for 7 days in four (4) iterations.

c)     One function named calcAvgSpeed() is defined to calculate and returns a double value of the average wind speed for each week. The function takes two (2) arguments. The function shall be called in a loop in your main() function.

d)     One function named displayData() is defined to display all values stored in the 2-dimensional array after (c) has been calculated. This function shall be called through main().

 

 

 

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
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: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 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
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
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
  • SEE MORE 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