S
shapper
Hello,
I have the following:
V = A / B * 100
V, A and B are integers. How can I be sure that the result would be an
integer.
And how can I assign a value to V in case B=0 creating a division by
0.
Thanks,
Miguel
I have the following:
V = A / B * 100
V, A and B are integers. How can I be sure that the result would be an
integer.
And how can I assign a value to V in case B=0 creating a division by
0.
Thanks,
Miguel