Computer Science, asked by khushikhemani1234, 1 year ago

write a algorithm to check wether the number is even or odd​

Answers

Answered by muditkashyap786
2

Step 1: Start

Step 2: ( Take Input  ) Read: n

Step 3: Check: If n%2 == 0 Then ,

Print : n is an Even Number.

Else

Print : n is an Odd Number.

Step 4: Exit

Similar questions