Find the errors in the given program.
CLD
INPUT “x==”, x
If x>10 THEN PRNT “x is greater than 10”
If x<10 the PRINT “x is less than 10”
Answers
Answered by
4
Answer:
Write CLS not CLD. Spelling of print is incorrect. write print in the next row. Write elseif in place of second if.
Similar questions