Comment on Bleeding edge tech

<- View Parent
obosob@feddit.uk ⁨1⁩ ⁨year⁩ ago

Yeah, just use a char for card and test

if(card &lt; '7') count++;
else count--;

Or something, don’t mix types.

source
Sort:hotnewtop