Saved Bookmarks
| 1. |
Wap a program to enter your name and school in seperate line |
|
Answer» class P1 { void main ( ) { System.out.println ("NAME : Kanika Singh \N" + "School : DPS "); } } You have to PRINT your own name and school. Hope it helps |
|