enter 10 numbers and write a program to input only even number.
Answers
Answered by
1
Explanation:
for i in range(10):
x = int(inputs ("enter a no"))
if x%2==0:
print("even",x)
Similar questions
English,
2 months ago
French,
5 months ago
Chemistry,
5 months ago
Math,
10 months ago
Environmental Sciences,
10 months ago