Computer Science, asked by amitmahi123, 1 day ago

URGENT
FILL IN THE BLANKS
1. REM display first ten even numbers.

A = ------

L: PRINT ------

A = ------ + 2

IF A<= ------- THEN GOTO L

END

2. REM Display the table of a given number.

--------- “TYPE A NUMBER”; A

FOR ------ = 1 TO ------

PRINT A * C

--------- C

END

3. REM Display the first 10 natural numbers in reverse order.

-------- M = ------ TO 1 STEP ------

PRINT M

NEXT -------

END​

Answers

Answered by ravidandge9049
0

3 RE m Display the first 10 natural No. order

Similar questions