Hallo Leute,
ich habe ein kleines Problem, welches ich nicht lösen kann. Und zwar kommt bei mir immer die Fehlermeldung:
symbol: variable tarif
location: variable other of type Vergleichbar
\Tarif.java:23: error: bad operand types for binary operator '<'
if(tarif<(Tarif)other.tarif)
^
first type: double
second type: Tarif
Ich vermutete, dass es etwa mit den Datentypen zu tun hat..
Hier mein Code:
Für Hilfe wäre ich sehr dankbar!
ich habe ein kleines Problem, welches ich nicht lösen kann. Und zwar kommt bei mir immer die Fehlermeldung:
symbol: variable tarif
location: variable other of type Vergleichbar
\Tarif.java:23: error: bad operand types for binary operator '<'
if(tarif<(Tarif)other.tarif)
^
first type: double
second type: Tarif
Ich vermutete, dass es etwa mit den Datentypen zu tun hat..
Hier mein Code:
Für Hilfe wäre ich sehr dankbar!