Computer Science, asked by Manygupta123, 2 months ago

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

Answers

Answered by sachinforiegner
0

find out the type of error int a=13,b=0,c;

c=a/b;

system.out.print("value:"+c);

Similar questions