Saved Bookmarks
| 1. |
wap in java to print the sum of the given series- S= 1+3+7+13+...n terms |
|
Answer» import java.util.Scanner; public static void main(String[] args) { |
|