static int income = 30000;
static int housePrice = 120000;
public static void Main()
string answer = Console.ReadLine();
Console.WriteLine("You aged up");
Console.WriteLine("You are currently " + age + " years old");
Console.WriteLine("You currently have $" + money);
Console.WriteLine("You bought a house");
Console.WriteLine("You currently have " + houses + " house(s)");
Console.WriteLine("You currently have $" + money);
Console.WriteLine("You cant afford a house");
Console.WriteLine("You currently have $" + money);
Console.WriteLine("A house costs $" + housePrice);