Page 1 of 1

QUESTION 3 30 points Save Answer Complete the following program that uses arrays of 10 integers: • Read the contents of

Posted: Fri May 20, 2022 10:14 am
by answerhappygod
Question 3 30 Points Save Answer Complete The Following Program That Uses Arrays Of 10 Integers Read The Contents Of 1
Question 3 30 Points Save Answer Complete The Following Program That Uses Arrays Of 10 Integers Read The Contents Of 1 (46.46 KiB) Viewed 25 times
QUESTION 3 30 points Save Answer Complete the following program that uses arrays of 10 integers: • Read the contents of the array from the user. • Print the average of the array elements • Print the smallest element of the array • Print the odd numbers of the array. #include <iostream> using namespace std; int main() { int n[10]; return 0; } For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac).