public interface Steden { int aantal(); double afstand(int i, int j); }