Question: I am trying to get the user to input values in to a 2-D array int i; int j; cin >> i >> j; arr[i][j];

I am trying to get the user to input values in to a 2-D array int i; int j; cin >> i >> j; arr[i][j]; why is this not working? its saying use a constant and looking on stack overflow I am getting the vibe that I should use a vector but what to do C++?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!