Saved Bookmarks
| 1. |
Write a program in C++ to perform the following using the function template concepts:• To read a set of integers • To read a set of floating point numbers • To read a set of double members individually Find out the average of the non-negative numbers and also calculate the deviation of the numbers. |
| Answer» | |