Computer Science, asked by sairaj356, 7 months ago

Read the following code and answer the following questions.

CLS

INPUT A

INPUT B

LET PRODUCT=A+B

PRINT PRODUCT+2

END

a) If user input is 8 and 4, what will be the output?

b) What is the use of CLS statement in the given code?

c) Explain the use of LET statement in the given code​

Answers

Answered by sahil10august
5

1 . 12

2. cls is used to show output on command prompt directly

3. let statement is used to support any value.

Hope it is helpful

Sahil

Similar questions