+ 1
Math quest
var a=4 a+=7-a alert(a) Output 7 How to define this code?
2 Answers
+ 1
Do you mean the explanation?
If yes then, it's
a= a+7-a which is 7
0
Thanks
Hot today
sizeof funtion with a loop in c!
1 Votes
var a=4 a+=7-a alert(a) Output 7 How to define this code?