
Paul
Enthusiast
Feb 12, 2002, 5:15 AM
Views: 20785
|
|
Re: [fashimpaur] Will you fall into the trap?
|
|
|
If the intention was to print 7 then you'd obviously need: print 1 + 2 + 4; -OR- print (1 + 2 + 4); -OR- print (1 + (2 + 4));
(This post was edited by RedRum on Feb 12, 2002, 5:17 AM)
|