interface Transport { String transportType(); double kostnad(int km); }