Question: Q19. Write a C++ program to Print the following series of numbers and find its sum using while loop 10 20 30 40 50 60

Q19. Write a C++ program to Print the following series of numbers and find its sum using while loop 10 20 30 40 50 60 . Sample Output: Series : 10 20 30 40 The sum of the series is: 210 50 60
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
