Saved Bookmarks
| 1. |
Write a program to print the following series30, 25, 20, 15, 10, 5 tell fast and don't write nonsense if don't know |
|
Answer» { System.out.println(i); } |
|