CRGreathouse
Community Supporter
Victim said:You fool!
The proper formula is bonus x 2500 x bonus.
Amateur! The only 'real' formula is (50 x bonus) squared.
Victim said:You fool!
The proper formula is bonus x 2500 x bonus.
CRGreathouse said:
Amateur! The only 'real' formula is (50 x bonus) squared.
[SIZE=2][COLOR=sienna]
int price = 0;
for (int i = 0; i < bonus; i++)
{
for (int j = 0; j < bonus; j++)
{
price += 2500;
}
}
[/SIZE]