Categorise the following as syntax error, logical error or runtime error:
a) 25 / 0
b) num1 = 25; num2 = 0; num1/num2
Answers
Answered by
1
Answer:
a)zero division error
b)zero division error
Explanation:
Given options are wrong.
Similar questions
English,
5 months ago
Hindi,
5 months ago
Computer Science,
10 months ago
Computer Science,
10 months ago
Math,
1 year ago