Advertisements
Advertisements
Question
Predict the output of the following:
String str = "Computer Applications" + 1 + 0;
System.out.println("Understanding" + str);
One Line Answer
Solution
UnderstandingComputerApplications10
shaalaa.com
Is there an error in this question or solution?