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

39 Likes

Answer

  1. Runtime Error
  2. Logical Error

Answered By

21 Likes


Related Questions