Question: Program in C please. 1. Exploring File VO . Write a program that Reads a file containing the sales prices for homes in the San

Program in C please.

Program in C please. 1. Exploring File VO . Write a program

1. Exploring File VO . Write a program that Reads a file containing the sales prices for homes in the San Jose Metro area from August 1999 to July 2009 (prices.dat from http://wwwsisu.edu/people/burford.furman/courses/me30/sourcecode) o Calculates the average home price and standard deviation average, X standard deviation, s- o Writes the average home price and standard deviation to a file, prices summary.dat Before you start coding, write out the logic of the program pseudocode. Include it in your report. Include your code and the output from the program to demonstrate that it works. (To save paper in your report, you don't have to print out all the home prices. It might be nice to have your program print out the first and last few prices, but this is not required. BTW, how would you do that if you had to?) I suggest you split this problem up into various functions. Read the file in one function. Calculate the average in a second. Calculate the standard deviation in a third. 1. Exploring File VO . Write a program that Reads a file containing the sales prices for homes in the San Jose Metro area from August 1999 to July 2009 (prices.dat from http://wwwsisu.edu/people/burford.furman/courses/me30/sourcecode) o Calculates the average home price and standard deviation average, X standard deviation, s- o Writes the average home price and standard deviation to a file, prices summary.dat Before you start coding, write out the logic of the program pseudocode. Include it in your report. Include your code and the output from the program to demonstrate that it works. (To save paper in your report, you don't have to print out all the home prices. It might be nice to have your program print out the first and last few prices, but this is not required. BTW, how would you do that if you had to?) I suggest you split this problem up into various functions. Read the file in one function. Calculate the average in a second. Calculate the standard deviation in a third

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!