I want to know why after running the third line of code the result of a is 5?
a = 10;
b = 5;
a =+ b;
|
I want to know why after running the third line of code the result of
|
|||
|
|
Awkward formatting:
is equivalent to:
And
You probably wanted:
being equivalent to:
|
|||||||||||
|