Computer Applications
If a student forgot to put a closing quotation mark on a string, what kind error would occur?
Input in Java
4 Likes
Answer
Syntax error.
Answered By
3 Likes
Related Questions
What are errors in a program?
A program needed to read an integer, but the user entered a string instead, and an error occurred when the program was executed. What kind of error is this?
Explain the following terms, giving an example of each.
i. Syntax error
ii. Runtime error
iii. Logical error
A program has compiled successfully without any errors. Does this mean the program is error free? Explain.