Computer Science, asked by umeshmehar682, 1 month ago

Write a program to check whether the number 20is an Even or an Odd number using ternary operator.​

Answers

Answered by rohankishore746
3

Answer:

number = 20

if number % 2 == 0:

print("20 is a even number")

else:

print("20 is a odd number")

Answered by XxItzRakshitaaxX
0

Answer:

Indoor air pollution is dust, dirt or gases in the air inside a building such as your home or workplace that harms us if we breathe it in. Types of air pollution include: particulate matter (PM) – microscopic particles of dust and dirt in the air. gases – carbon monoxide, nitrogen oxides, sulphur dioxide.

Similar questions