Write an executable program in C++ to display an array of 6 rows and 2 colums, using a double line comment to display "computer programming"
Here is program:
int main() { const int ROW = 6;Â const int COL = 2; string arr[ROW][COL]; }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment