Untitled

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { String [] board = new String [3][3]; // declare and initialize our two dimensional array for (int row=0; row=2; row++){ System.out.println("x"); for (int col=0; col<2; col++){ System.ou.println("x");//do this for every colum\ } } } }
Editor Settings
Theme
Key bindings
Full width
Lines