Question #313496

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"

Expert's answer

Here is program:

int main()
{
	const int ROW = 6const int COL = 2;
	string arr[ROW][COL];
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS