S
SlaterB
Gast
grob:
Code:
for (int i bis 9) {
check = ez.substring(i, i+1);
for (int j bis 9) {
if (check.contains(n[j])){ // edit: Korrektur j statt i
onMin = onMin + n[j];
}
}
}