I would like to know what it causing the error of \"bad operand types for binary operator \'>\'\" down below I have the codes for both my Hand and C
getCardFace() is returning String value but you can't use < , > , <= or >= for comparing String.
getCardFace()
< , > , <= or >=