Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Cum creezi un tablou bidimensional gol de tip String cu 3 linii și 2 coloane?
String
String[][] matrix = new String[3][2];
String[][]matrix = new String(3,2);
String[][]
matrix = new String(3,2);
String[][]matrix = new String[][];
matrix = new String[][];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!