Computer Science, asked by dharini83, 7 months ago

what is the answer please tell ​

Attachments:

Answers

Answered by Anonymous
2

Answer:

There's a logical error in syntax

int result =(a+b)/(a-b) = 10/0(not possible)

Because a-b turns out to be 0

Here,when we divide any number by 0, what will happen?

Similar questions