Computer Science, asked by armanpuri08, 5 months ago

Which type of error it: System.out.println(32/0);

1) Syntax error


2) Logical error


3) Runtime error


4)No error​

Answers

Answered by akhiwaghtech
0

Answer:

2) Logical Error

Explanation:

in the given snippet there is a logical error as the java interpreter cannot devide a numerical value by 0 as any number devided by zero gives answer infinite

Similar questions