Challenge yourself: guess what would be the answer?mammadmortaji (27)in #java • 4 years ago Here are 2 pieces of Java codes: What do you think will be the output of right and left codes? Do you think they will be identical? #challenge #programming
Yes, x in both codes will be 1
Thanks for your comment:) But the answer is negative!
The reason:
in the right code, the value of x will be changed after the first if statement.