Java Software Solutions >EX2.4 > Solution

Problem:

What output is produced by the following statement? Explain.
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