Analyze the following program and answer the given
questions:
CLS
REM
INPUT “ENTER A NUMBER”; N
LET R=0
IF R=N MOD 2
PRINT “EVEN”;
ELSE
PRINT “ODD”;
END IF
END
a) What will be the output of the above program if N=5?
b) What is the error message it produce if, “END IF” line is
missing?
Answers
Answered by
0
Answer:
Aavvoo
Explanation:
Answered by
0
Answer:
it is very easy to solve it
Similar questions