5.Write a Python program to check whether a number is even or odd. Solution :- no1 = int(input("Enter the number :- ")) if(no1 % 2 ==0): print("The Number is Even :-",no1) else: print("The Number is Odd :-",no1) Output:-
All computer course for class 9th to 12th with proper practical and theory .........