Write an algorithm a pseudocode and draw a flowchart to input a number and check whether it is even or odd. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Write an algorithm a pseudocode and draw a flowchart to input a number and check whether it is even or odd.

26th Mar 2017, 7:32 AM
Tehreem
2 Answers
0
if n % 2 == 0: even else odd
24th Apr 2017, 9:59 AM
Yusuf Malikul Mulki
Yusuf Malikul Mulki - avatar
0
Ky answer hai
22nd Oct 2018, 11:26 AM
simran rajput
simran rajput - avatar