68.6k views
4 votes
What error will occur if we write PRNT instead of PRINT in a program

a)syntax error
b)runtime error
c)logical error

User JoeyCK
by
4.4k points

1 Answer

4 votes

Answer:

The answer is a)syntax error.

Step-by-step explanation:

Syntax errors are are mistakes in the source code, such as misspelling of an instruction.

User Ted Scheckler
by
5.4k points