write a menu driven program using switch case to perform the following tasks based on users choice
A. wap to display the first n terms of the series 5,10,17....
B. wap to find the sum of first n terms of the series s=(2/3)+(4/5)+(8/7)+(16/9)+....
Answers
Answered by
0
Answer:
write a menu driven program using switch case to perform the following tasks based on users choice
A. wap to display the first n terms of the series 5,10,17....
B. wap to find the sum of first n terms of the series s=(2/3)+(4/5)+(8/7)+(16/9)+....
Explanation:
12345678910
Similar questions