Computer Science, asked by StopThem, 3 months ago

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 purveshKolhe
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