Arrays question please help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Arrays question please help me

Write a C++ program that reads 10 numbers from the user, stores them into an array, and then print largest, smallest number, sum of all the numbers on the screen, sum of those numbers that are less than 20, the sum of odd and even number, count of numbers that are prime and print the count of numbers that are perfect squares.

10th Jun 2018, 3:33 PM
Bilal
1 Answer
+ 1
First homework I enjoyed making: https://code.sololearn.com/cK6aqk168pVF/?ref=app
10th Jun 2018, 4:17 PM
Alexandru Turculet
Alexandru Turculet - avatar