InterviewSolution
Saved Bookmarks
| 1. |
Write a program to find the sum of 1+ 1/8 + 1/27 ...... 1/n3 , where n is the number input by the user. |
| Answer» Write a program to find the sum of 1+ 1/8 + 1/27 ...... 1/n3 , where n is the number input by the user. | |