Question: Write a program in c++ using your skills involving file I/O and 2D arrays and write a program in C++ that is going to compute


Write a program in c++ using your skills involving file I/O and 2D arrays and write a program in C++ that is going to compute the mean, variance and standard deviation for all the 3 months.
2. Also you will compute the mean, variance and standard deviation for each of the individual months. 3. You will write all the computed results to a file. Your results will also include the number of readings that are not present in the range.
If you could write using functions that would be fantastic.
The input file is called input-1.txt
Assignment 12 As part of your Statistics project you have been given data in terms of temperatures that have been recorded for the months of March, April and May. All the temperatures range in between 5C-40C inclusive. But there are some temperatures that have been given to you which are not present in this range. Any temperature that is not present within the range should not be considered for calculations. Your data is present in the form of a 2D matrix where each entry in the matrix pertains to a particular day of the month 1. Your task is to use your skills involving file I/O and 2D arrays and write a program in C+ that is going to compute the mean, variance and standard deviation for all the 3 months
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
