I am a new beginner at Java. I did everything right except for “You should not change code above the specified comment.” I did not change any code. I don’t understand what it means. . I got it wrong somehow.
Here is my code:
// Setup
var a = 7;
var b = 7;
b = a;
// Only change code below this line
Can you help me to figure out what I need to do to solve this lesson?
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
Your code has been blurred out to avoid spoiling a working solution for other campers who may not yet want to see a solution. In the future, if you post a passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.