I have to make a 2D array that carries the information of a table
I can't find the syntax error in the following
int majorPositions[][]={{0,90,-90},{90,15,90},{-45,-30,30},{0,60,0}};
also, how do I enter last column details as it is a char, not an integer