WAP to input a number and check if it is exactly didvisble by 4 or not
Answers
Answered by
0
Explanation:
x = int(input("enter. a no"))
for i in range(x):
if x[I]%4==0:
"divisible by 4
"not divisible by 4"
Similar questions