Question: Write a program to calculate the following series Sum = 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15....
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 an odd number, if N was entered as an even number you should print a message "Wrong Input!, else if odd number find the sum of the series.
The output should be:
Please enter an odd number for n:
13
Sum = 1 + 3 + 5 + 7 + 9 + 11 + 13 = 49
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
