Closed rfrowe closed 8 years ago
In the interest of object oriented programming, subscribers should probably be a class
public class Subscriber implements Iterable { private String phoneNumber; private int displacement; private boolean needsFact; }
In the interest of object oriented programming, subscribers should probably be a class