static void Main(string[] args) { Park park = new Park("UHCL Letters", "Texas", "State", 7, 50, 7000, 50000m); WriteLine(park); }