+ 1
Hey guys, what does this meaning?
if (YOU==WIN) { LEVEL++; } else { Experience++; }
7 Answers
+ 4
Philosophically it means " talk is cheap show me the code".
That's mean losing is not a failure, every failure is ladder to the success.
+ 3
If "YOU" equals to "WIN" then "LEVEL" is increased..if the statement i.e.,(YOU==WIN) fails then it will go to 'else' block then "experience will" increased
+ 3
Avinesh Overlook : ) Thank you and the code has a good message too
+ 2
It means that you gain vital experience when you lose.
+ 1
Dakarapu Sai Surya Chaitanya Kindly check your answer again.
0
I see a bunch of errors in your code, sorry :D