KnowledgeBoat Logo
|

Computer Applications

Name the type of error (syntax, runtime or logical error) in each case given below:

  1. Division by a variable that contains a value of zero.
  2. Multiplication operator used when the operation should be division.
  3. Missing semicolon.

Input in Java

ICSE 2012

18 Likes

Answer

  1. Runtime error
  2. Logical error
  3. syntax error

Answered By

10 Likes


Related Questions