Hi there, I'm an absolute beginner on Java. I wrote the following piece of code. I ran it and it gives the output as 1.
Since 1 is not greater than 10, it should NOT execute the println at all. But...