Write the output of the following:
int a=5,b=10,c;
c=a%b;
System.out.println(c);
Answers
Answered by
0
c=0.0510
therefore the output will be 0.0510.
Hope it is helpful
Sahil
Similar questions