Computer Science, asked by jadhavtushar088, 6 months ago

Identify errors in the following code:

CLS

REM THIS IS A PROGRAM TO ADD TWO NUMBERS AND DISPLAY RESULT

PRINT ENTER THE TWO NUMBERS

INPUT A, B

A+B=TOTAL

PRINT THE SUM OF TWO NUMBERS IS+TOTAL

END​

Answers

Answered by narayansmart
4

Answer:

REM should be written before CLS,

Explanation:

you should write numbers in numeric form not like words & before writing variable you should write LET

Answered by BhagwatiDhakal
1

Answer:

rem this is a program to add two numbers

c×b45=54

Similar questions