Computer Science, asked by sarithapallekala, 3 days ago

Write a program using switch statement to perform the following:To display the following series: 1, 2, 5, 12, 503​

Answers

Answered by arvindpooja7744
0

Write a menu driven program to perform the following: (Use switch-case statement) (a) To print the series 0, 3, 7, 15, 24, …… n terms (value of ‘n’ is to be an input by the user). (b) To find the sum of the series given below : S = 1/2 + 3/4 + 5/6 + 7/8 + ……… 19/20.Read more on Sarthaks.com - https://www.sarthaks.com/840430/write-a-menu-driven-program-to-perform-the-following-use-switch-case-statement

Similar questions