Question: Q24. [4] Write a C++ program to Print the following series of numbers and find its sum using for loop 54 64 74 84 94
Q24. [4] Write a C++ program to Print the following series of numbers and find its sum using for loop 54 64 74 84 94 Sample Output: 54 64 74 84 94 The sum of the series is: 370 [1] Write start, end and interval of this program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
