Write the algorithm for task 1 and make the flow chart for it.
Answers
Answered by
1
Explanation:
Algorithm and Flowchart Examples
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