+ 2
Hi, Why the result is 11-11=0,but not 11-1=0?.how it is appeared 11 from the code below ?
6 Respuestas
+ 3
print 1 prints 1, then returns one, that’s why there are 2 1’s
+ 3
thanks
+ 2
Thank You?
+ 2
When you write echo print and then some number, it will always add the number 1 at the end, that is why echo print 1 is 11 and echo print 13 is 131.
+ 1
print 1 prints 1, then returns one, that's why there are 2 1's.
+ 1
good for you