Advertisements
Advertisements
प्रश्न
Predict the output of the following:
String str = "Computer Applications" + 1 + 0;
System.out.println("Understanding" + str);
एक पंक्ति में उत्तर
उत्तर
UnderstandingComputerApplications10
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?