Computer Science, asked by palaksahu399, 8 months ago

write a program to input a number and check whether it is even or odd​

Answers

Answered by madhurimachakuvis
3

Answer:

CLS

INPUT "ENTER A NO.";A

IF A MOD 2=0 THEN

PRINT "NUMBER IS EVEN"

ELSE

PRINT "NUMBER IS ODD"

END IF

END

Plzzzzzz...........Mark me as Brainliest.

Answered by priyesisah
1

Answer:

I didn't understand your question because there is different chapter like flowchart , algorithm, etc .

Similar questions