Please answer following question in C++
Posted: Mon May 09, 2022 7:04 am
Please answer following question in C++
2. Design an application to calculate a) the mean, b) the mode and c) the median of n numbers, with the value of n and the numbers themselves defined by the user. For simplicity let us keep n to be 7.
2. Design an application to calculate a) the mean, b) the mode and c) the median of n numbers, with the value of n and the numbers themselves defined by the user. For simplicity let us keep n to be 7.