Starting Out
Market News & Data
General Info
Real Estate Strategies
Landlording & Rental Properties
Real Estate Professionals
Financial, Tax, & Legal
Real Estate Classifieds
Reviews & Feedback
Updated almost 18 years ago,
Real Estate Investing for the Computer Professional
Can you debug this code?
I don’t have a good C complier.
Please help if I am incorrect.
int main (void)
{
if (you don't own your own house)
if (you don't have good credit)
fix your credit();
else if (you don't have enough for 20% down for your house)
save money till you have 20% of the downpament();
else
buy your house();
if (you don't have a rental property)
if (you don't have good credit)
fix your credit();
else if (you don't have enough for 20% down for your rental property)
save money till you have 20% of the downpament();
else
buy a rental property();
while (True)
{
if (all you rental properties are not currently rented )
rent your vacant properties till then are not vacant ();
else (if all your rentals are not vacant)
{
if (you don't have good credit)
fix your credit();
else if (you don't have enough for 20% down for your rental property)
save money till you have 20% of the downpayment();
else
buy a rental property();
}
return (wealth);
}