posted 10 years ago
Hey programming peeps - I am reading "Head First Java" and am on page 121 - one of the activities has you put in a line of code into a larger program and figure out what the output is - I cannot figure out how they got the outputs that they did - here is one of the input/output answers:
The input line of code that I put in is the "x = x+3;". They say that the output of that will be "54 6" and I get nowhere near that.
THANKS for the help!