X = int(input()) if X != 2 and X % 2 == 0: print("Yes") else: print("No")