Question: Section C Practical Instructions: Use Codeblocks / www.onlinegdb.com to write programs. Copy and paste the program in the answer part Write a program that accepts
Section C Practical Instructions: Use Codeblocks / www.onlinegdb.com to write programs. Copy and paste the program in the answer part Write a program that accepts 10 integersform the user and then displays the sum of numbers which are less than 5 and the sum of numbers which are greater than 10 using loops. Sample Output: Bater a number 113 Enter a number 24 Enter a number 3.5 Kater a number 47 Enter a number 5 1 9 Enter a number: 3 Kater a number 71 Enter a number 85 Enter a number 98 Enter a number 10 11 Sum of numbers less than 5 13 11 Sum of numbers greater than 10 is 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
