Computer Science, asked by muthukrishnansowmaya, 3 months ago

4. LET A = 10 LET B = 20 PRINT A + B The
output of the above program is
O a) 30
O b) 10
O c) 20
O d) 40​

Answers

Answered by anindyaadhikari13
3

Answer:

  • The output is - 30 (Option A)

Explanation:

  • In the given códe, the values of A and B are 10 and 20 respectively.
  • PRINT A + B prints the sum of A and B.
  • Sum of A and B is - 10 + 20 = 30.
  • So, sum of A and B is 30 which is displayed on the screen.
  • So, the output of the above program is - 30 (Option A).

•••♪

Similar questions