Computer Science, asked by sharvilambheremsd7, 1 day ago

Complete the following programs:

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

...3​

Answers

Answered by prasadviifsubham8
0

Answer:

Answer: The current is directly proportional to the voltage and inversely proportional to the resistance. This means that increasing the voltage will cause the current to increase, while increasing the resistance will cause the current to decrease.

Explanation:

please mark me in the brainlist

Similar questions