variable x = 7 variable y = prompt if y < x then alert(to low) else if y > x then alert(to high) else if y == x then alert(you win)