Computer Applications

Name the type of error in each case

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

Input in Java

43 Likes

Answer

  1. Runtime Error
  2. Logical Error

Answered By

23 Likes


Related Questions