Advertisements
Advertisements
प्रश्न
Predict the output of the following snippet:
System.out.println("This is my first Java program");
System.out.print("Display the message:");
System.out.println("Have fun!!!");
संक्षेप में उत्तर
उत्तर
This is my first Java program
Display the message:Have fun!!!
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?