Why is there a semi-colon under 'y'?
And 'x' is equal to 3 and can be changed in the program, while 'y' cannot be changed.
So if you changed 'x', 'y' would be trying to change to what 'x' is but can't.
If you understand what I mean, change 'x' into a const too and it will work