Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help me on this c program plz . Please provide variables in table of description of variables and heading titles as template stated. Thank you

Help me on this c program plz . Please provide variables in table of description of variables and heading titles as template stated. Thank you so much. image text in transcribed
image text in transcribed
image text in transcribed
DUE: July 26, 2017, at 11:59 p.m. U.S. Central Time POINTS: 50 INTRODUCTION: You are working on development of a new wind power plant for Centerville, USA. Average monthly wind speed data has been collected as part of design, and you need to develop a computer program that will perform yearly averaging analysis. The input data file is called wind. As you examine the input file, you notice that the first record line is the name of the city and type of data, the second record line contains the control numbers, and the remaining record lines are the average monthly wind speeds: 12 rows (January - December) and 5 years (2012-2016). ASSIGNMENT: Write a C program that will read the data from the input file so that the city name and type of data are stored in a one-dimensional character array and the wind speeds are store in a two-dimensional array. Manipulate the two-dimensional array to calculate the average wind speed for each year. Then find the minimum and maximum wind speeds and the locations in the array of the minimum and maximum values. Use the "Code Sections.c" template on Blackboard to write your code. Print the output to the computer screen and to an output file called wind_report. Illustrated below is the output style for the computer screen and the output file. OUTPUT FORMAT: Centerville-WindSpeed Year 1 Year 2 Year 3 Year 4 Year 5 Month 1 x Month 2 Month 3 Month 4 Month 5 Month 6 Month 7 Month 8 Month 9 Month 18 Month 11 Month 12 Average: xx.xx xx.xx xx.xx xxx xx.xx REPORT SUMMARY Minimun speed is xx mph in month xx, year x. Maximum speed is xx mph in month xx, yearx

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

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions