Computer Science, asked by Demetra01, 5 hours ago

how to make algorithm by using flowchart thanks!

Answers

Answered by Anonymous
2

Answer:

Step 1: Read number N.

Step 2: Set remainder as N modulo 2.

Step 3: If the remainder is equal to 0 then number N is even, else number N is odd.

Step 4: Print output.

Similar questions