/22@yegor256 10
class Numbers {
private int[] array;
private int position;
void add(int x) {
this.position++;
if (x < 0) {...