104k views
1 vote
CLS

INPUT "Enter your marks in computer": CS
C>40 THEN
PRINT "You are passed.
ELSE
PRINT "You are failed."
IF
END

DEBUG THE PROGRAM​

User Alexandru
by
4.0k points

1 Answer

2 votes

Answer:

INPUT "Enter your marks in computer";CS

IF C>40 THEN

PRINT "You are passed. "

ELSE

PRINT "You are failed."

END IF

Step-by-step explanation:

see corrections above.

User Mohit Totlani
by
5.2k points