603
Bleeding edge tech
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Is this part of a Hi-Lo implementation for blackjack? (Also, ewww mixed types)
Yeah, just use a char for card and test
Or something, don't mix types.
Well that won't work for 7, 8 or 9.
I didn't notice that 7,8,9 had no effect on the count. My bad.