Computer Science, asked by secret1234, 9 months ago

write an algorithm and flow chart to check weather a given number is even or odd​

Answers

Answered by rockstarkavi2
1

Answer:

ALGORITHYM

start

ask the user to enter a number n

if n%2 gives zero

print even number

else

print odd number

stop

Similar questions