find out the type of error int a=13,b=0,c;
c=a/b;
system.out.print("value:"+c);
Answers
Answered by
0
find out the type of error int a=13,b=0,c;
c=a/b;
system.out.print("value:"+c);
Similar questions