x = 10
y = 10

if (x != y)  
  print (" x and y are not equal")
else 
  print ("x and y are equal")
end 
by