Muni!
This commit is contained in:
parent
f697b3a759
commit
8bab51e179
Binary file not shown.
@ -388,9 +388,16 @@ public class App
|
||||
case 1:{
|
||||
if (ss.equalsIgnoreCase("A")) {
|
||||
count--;
|
||||
} else {
|
||||
if (StringUtils.isNumeric(ss)) {
|
||||
descriptions.add(names.get(names.size()-1));
|
||||
names.set(names.size()-1,"?");
|
||||
scores.add(Integer.parseInt(ss));
|
||||
count++;
|
||||
} else {
|
||||
descriptions.add(ss);
|
||||
}
|
||||
}
|
||||
}break;
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user