Computer Applications
Name the type of error (syntax, runtime or logical error) in each case given below:
- Division by a variable that contains a value of zero.
- Multiplication operator used when the operation should be division.
- Missing semicolon.
Input in Java
ICSE 2012
18 Likes
Answer
- Runtime error
- Logical error
- syntax error
Answered By
10 Likes