Hi All ,
I have a question regarding to if statement ,,,
my question is : How can I compare between 2 values ?!
let's suppose I want to see if (x > y )
print "x greater than y"
if ( x < y )
print "y greater than x"
Please help to do this ,,,
Thank you