Question: why is this wrong for vectors vector decrypt{ {'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R',
why is this wrong for vectors
vector
};
for(int i = 0; i < 2); i++) { for(int j = 0; j < 35; j++) { cout << decrypt[i]{j} << endl; } cout << endl << endl; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
