Computer Science, asked by anaborah77, 6 months ago

please answer this :)​

Attachments:

Answers

Answered by anindyaadhikari13
2

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.
Answered by BrainlyProgrammer
1

Answer:

  1. Missing a semicolon ->Syntax error
  2. Square root of a negative numberb->Runtime error
  3. Applying + where * was expectedb-> Logical error
  4. Division by 0 -> Runtime error
Similar questions