InterviewSolution
Saved Bookmarks
| 1. |
Write the output for the following : System.out.prindn(“Incredible” + “\n” + “world”); |
|
Answer» Incredible world |
|