Java Software Solutions >EX2.6 > Solution

Problem:

What value is contained in the integer variable size after the following statements are executed?
size = 18;
size = size + 12;
size = size * 2;
size = size / 4;

Output:

Not Applicable

Solution:

The final value stored in size is 15.


No comments :

Post a Comment

Follow Me

If you like our content, feel free to follow me to stay updated.

Subscribe

Enter your email address:

We hate spam as much as you do.

Upload Material

Got an exam, project, tutorial video, exercise, solutions, unsolved problem, question, solution manual? We are open to any coding material. Why not upload?

Upload

Copyright © 2012 - 2014 Java Problems  --  About  --  Attribution  --  Privacy Policy  --  Terms of Use  --  Contact