Computer Science, asked by fuzzle, 16 days ago

URGENTLY
Write the output for the following programs:

1. PRINT 2 * 4

PRINT “2 * 4”

PRINT 10 MOD 2

PRINT 10/2

2. LET A = 10

LET B = A - 5

PRINT B

PRINT A + B

3. LET C = 20

LET A = C + 5

PRINT C

PRINT

PRINT A​

Answers

Answered by ConstellationGuy
1

Answer:

1. 8

2 * 4

0

5.0

2. 5

15

3. 20

25

The space in the 3rd answer is a blank line.

Hope it helps..

Pls mark brainliest

Similar questions