-
Notifications
You must be signed in to change notification settings - Fork 1
Get cubeType
Akshath Raghav edited this page Jun 28, 2021
·
1 revision
String[] temp2 = {"RRRR", "GGGG", "OOOO", "BBBB", "WWWW", "YYYY"};
Cubot cube = new Cubot(temp2) ;
System.out.println(cube.cubeType());
String[] temp = {"RRRRRRRRR", "GGGGGGGGG", "OOOOOOOOO", "BBBBBBBBB", "WWWWWWWWW", "YYYYYYYYY"};
cube = new Cubot(temp) ;
System.out.println(cube.cubeType());
Read on to see Cubot in action