public class _16 {
    String _17;
    double _18;

    _16(String _19, double _20) {
        super();
        this._17 = _19;
        this._18 = _20;
    }

    public String toString() {
        String _21 = "Meters/" + _17 + " = " + _18;
        return _21;
    }
}