0
How to write a menu driven program to perform the following .(use switch case statement)
(a) to print the series 0,3,8,15,24...n term (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.
1 Answer
0
dont know