Problem:
What output is produced by the following statement? Explain.
System.out.println ("50 plus 25 is " + 50 + 25);
System.out.println ("50 plus 25 is " + 50 + 25);
Output:
Not Applicable
Solution:
The output produced is: 50 plus 25 is 5025
No comments :
Post a Comment