I need to calculate the result using a certain formula, but this fails because it uses the division of the number 25 by the number 100.
It all looks something like this:
double i = 25 / 100; // В этом случае будет выводиться 0, а мне нужно 0.25
What is the problem here?