#include #include #include //sort array elements //myArrayTwoD1.cpp using namespace std; int sorting(int raw[]); int main() { int n1[] = { 1,2,3,4,5,6,7,8,9 }; string str1[6] = {"A","B","C", "D", "E", "F" }; int n2 ; for(int i=0; i< 6; i++) { //str1[i] += str1[i]; cout<< " " << str1[i]; for(int j=0; j<8; j++) { cout<< " " << n1[j]; // n2 = } cout<<"\n" <