Question: Develop a program with the following assumptions: Program should calculate the average value and find the maximum and minimum values from the user entered data.
Develop a program with the following assumptions:
Program should calculate the average value and find the maximum and minimum values from the user entered data.
For grade 3 :
- user type the data (float values) one by one until entered value is egual "0" (loop should be used) After completing the data input, the program automatically calculates the required values (min, max and average)
For grade 5:
Array should be dynamic and You should use pointers to access data
Functions must be used to implement all functionalities. Only the functions for inputting data or displaying the result can communicate with the user via cin and cout, all other functions return results by name or calling parameters.
i need these solving in C++ program with the codes and the out put with stdio
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
