Computer Science, asked by abhinabkashyap23, 4 months ago

Identify the type of errors (syntax, logical, run time)
1)Missing semicolon
2)Square root of a negative number
3)Applying + where * was expected
4) Division by 0

Answers

Answered by anindyaadhikari13
1

Answer:-

  1. Missing semicolon:- Syntax error.
  2. Square root of a negative number:- Runtime Error.
  3. Applying + where * was expected:- Logical Error.
  4. Division by zero:- Runtime error.
Similar questions