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
0
3 RE m Display the first 10 natural No. order
Similar questions
Math,
16 hours ago
Social Sciences,
1 day ago
Math,
1 day ago
Computer Science,
8 months ago
Physics,
8 months ago