Int Array trouble my prof wants me to use a two dimensional array. if it was one i would have no problem doing so. ...
Int Array trouble #include<iostream> #include<string> const int MAX_A = 3; const int MAX_B = 4; //declare tw...
ASSISTANCE NEEDED!!! Thank you if( sizeof(numberArray) > 12){ cout<<"Error, you've entered more than 12 numbers"<<...
ASSISTANCE NEEDED!!! Thank youint main() { // declaring variables using namespace std; int MAX_A = 3; int MAX...
ASSISTANCE NEEDED!!! Thank you if( (MAX_A * MAX_B) > 12){ cout<<"Error, you've entered more than 12 numbers"<<endl; // break...
This user does not accept Private Messages