OK there are two problems I can see here first of all here:


public class siwtchMenu{

public String[][] arrayA(int x, int y){
String arrayTest[][] = {{"0", "1", "2"},{"0","1", "2"}};...