Computer Science, asked by rks12326, 2 months ago

write a switch case program to print the following series​

Answers

Answered by omm9970
0
(a) To print the series:

0, 3, 8, 15, 24, ………… to n terms. (value of 'n' is to be an input by the user)

(b) To find the sum of the series:

S = (1/2) + (3/4) + (5/6) + (7/8) + ……….. + (19/20)
Hope it helps you
Answered by sona21498
0

I didn't understand the question

Similar questions