Computer Science, asked by legendancient74, 1 month ago

Write an algorithm and then draw a flowchart to find given number is odd or even​

Answers

Answered by MissionUnknown
5

Answer:

—Algorithm

Step 1: Start

Step 2: [ Take Input ] Read: Number

Step 3: Check: If Number%2 == 0 Then

Print : N is an Even Number.

Else

Print : N is an Odd Number.

Step 4: Exit

—-

Explanation:

PLS MARK ME BRAINLIEST

Answered by kashishparmar09
1

hope it will help you a lot

thanks

Attachments:
Similar questions