int a=19;
int b=0;
int c=a/b;
System.out.println(c);
What is the error need urgent
Answers
Answered by
0
Answer:
c =0 because if we divide any no by then answer is zero
Similar questions