12345678910
void Forest::print(){ for(int i = 0; i < 4; i++){ for(int j = 0; i < 10; i++){ cout << trees[10*i + j].getSymbol() << " "; } cout << '\n'; } }