Hi:
To anybody who knows or are math experts, if i do this calculation for percentages:
3000 megabytes -----------100 %
x megabytes ----------- 50 %
it should be calculated as follows:
3000 * 50/100 = 1500
In programming for example to make progress install, how do you translate pure maths formula to lua? its correct write this as is it on the text progress ( for example or anywhere )?
To anybody who knows or are math experts, if i do this calculation for percentages:
3000 megabytes -----------100 %
x megabytes ----------- 50 %
it should be calculated as follows:
3000 * 50/100 = 1500
In programming for example to make progress install, how do you translate pure maths formula to lua? its correct write this as is it on the text progress ( for example or anywhere )?
Comment