User: garylee

  • Public profile

User profile: garylee

User info
User name:garylee
History
Joined:
Number of posts:3
Latest posts:

Misunderstanding the code I've written and it's generated output
yup 0==0 -> true 1==0 -> false 2==0 -> false

Anything above
if(X+Y>60) Z=X+Y-60; else X=60-X-Y;

Misunderstanding the code I've written and it's generated output
If iii is divisible by 3, then iii%3 gives 0 ,which means false, then it runs code under else.

This user does not accept Private Messages