n = int(input("Enter the number :- ")) while n<100: if n % 2==0: print("The number is Even....",n) n=n+1