0
Q1
Write a C++ program that defines and uses a function called funtwo. This function takes no arguments, reads 10 integers and prints out two sums, the sum of even numbers and the sum of odd numbers. The function returns no results.
1 Answer
0
Nice!