Name the type of error, if any in the following statement:
System.out.print("HELLO")
syntax
Reason — The given statement is missing a terminator ( ; ) at the end. Thus, it has a syntax error.