Home / Questions / Name the type of error ( syntax, runtime or logical error) in each case given below: Math.sqrt (36 – 45) int a;b;c;
Explanatory Question

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

  1. Math.sqrt (36 – 45)
  2. int a;b;c;

👁 71 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  1. Runtime Error
  2. Syntax Error