static void Main(string[] args) { var portland = new Cidade(); portland.LerQuantidadeQuadras(); portland.LerQuadras(); portland.VerificarQuadras(); }