New version out !!!
while (Niki != Billionaire) {
idea = new PassiveIncomeIdea;
if (idea.getFeasability == veryFeasible)
{
growUntilHighProfits(idea);
wallet.savings = idea.profits / 3;
wallet.investments = idea.profits / 2;
wallet.spendable = idea.profits;
}
}
|