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