InterviewSolution
Saved Bookmarks
| 1. |
Write a menu driven program to input a choice. Depending on the choice find and print the sum of the following series: 1. 1 + 4 + 9 + 16 + 25 … n terms 2. 1 + 8 + 27 + 64 … n terms 3. 2 + 5 + 10 + 17 + 26 … n terms |
| Answer» | |