b=((a/n)*100);
This line of code always gives me 0 regardless of the value of "a" and "n". I don't think this depends on anything else in the code, since everything else is working fine. This is probably very stupid, but can anyone help?
b=((a/n)*100);
This line of code always gives me 0 regardless of the value of "a" and "n". I don't think this depends on anything else in the code, since everything else is working fine. This is probably very stupid, but can anyone help?