Thursday, March 28, 2013

Simple but Can you guess?

Integer a=100,b=100;

if (a==b) "its true"

Integer a=1000,b=1000;

if (a==b) "its false :-)"