
Originally Posted by
VladTepes
Anyway there is only one formula that anyone here needs to know.
The number of Land Rovers you NEED is n=n+1 (where 'n' is the number you already have)
The trouble with that formula is you only need another once you've bought another.
I would prefer
Code:
Do While LandRoversOwned < LandRoversWanted
LandRoversWanted = LandRoversOwned + 1
DoEvents
Loop
That way you never have enough...
Bookmarks