Computer Science, asked by tanishakalhan, 1 month ago

Find the output of the following program

REM To add two numbers"
CIS
A =200
B =400
PRINT A+B
END​

Answers

Answered by atrs7391
1

Output of the program will be:

600

Similar questions