cadena += Ax.charAt(3) + ""; cadena += m.charAt(0) + ""; cadena += m.charAt(1) + ""; cadena += m.charAt(2) + ""; m1 = m.charAt(3) + ""; m = cadena; Ax = newAx; ac = "01"; // ac = "0|1"; } if (m1.equals("1") && m.charAt(3) == '0') { suma(Ax); ac = "01"; } if (m1.equals("0") && m.charAt(3) == '1') { resta(Ax); ac = "10"; } }
public static void suma(String x) { int array[][] = new int[5][5]; for (int i = 0; i < M.length(); i++) { if (x.charAt(i) == '0') { array[0][i + 1] = 0; } else {
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.