i cant get this code to work guys :< i need this for my final exam tomorrow :( can you help me guys with this? :(
#include <iostream>
using namespace std;
int main (){
string boys [4][3] ={ //this is where the array for boys
{"el john","ryan","joe"},
{"jeru","charles","anthony"},
{"michels","clark","james"},
{"christian","justin","alex"},
};
string girls [5][3] ={ //this is where the array for girls
{"joy","mary","caroline"},
{"annie","maria","karen"},
{"cyndy","shaira","joyce"},
{"anne","martina","ella"},
{"chelsea","eve","yume"},
};
cout<<"\t\t\t\t""Seat plan for entrance exam"<<"\n\n";
cout<<"Legends:"<<"\n"<<"c=claret"<<"\n"<<"UZ=Universidad De Zamboanga"<<"\n"<<"adzu=Ateneo"<<"\n"<<"Ch=Chong hua"<<"\n\n";