View Single Post
Old 06-06-2007, 04:58 PM   #3 (permalink)
escapee
Family Member
 
Join Date: Nov 2006
Posts: 1,243
escapee is on a distinguished road
Default

My input

while (Niki != Billionaire) {
idea = new PassiveIncomeIdea;
Luck, demand , personality as character


if ((idea.getFeasability == veryFeasible) and (Luck == very good) and (demand >= very good ) and (personality=hard working and determined) )
{
growUntilHighProfits(idea,luck,demand,personality) ;
}
}
escapee is offline   Reply With Quote