Computer Science, asked by durgakumawat81031, 1 month ago

write an algorithm to check wheather the entered no is odd or even​

Answers

Answered by royals2
2

start

read a number "a"

is a/2 = 0

if yes, display even

if no, Display Odd

end

Similar questions