Question: Write a c++ program using do while loop, Write a program to calculate the following series: Sum = 1 + 3 + 5 + 7
Write a c++ program using do while loop, Write a program to calculate the following series:
Sum = 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15.... + N, the user has to enter the value of N and N should be odd and positive number, if N was entered as an even or negative number you should display the message "Wrong Input!. Otherwise, calculate the series.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
