C#C
C#3y ago
v14do

❔ Return two values from a method

So im making a blackjack game and i have a method where the player or the dealer draws cards. I want to implement aces and i thought that making a boolean and checking if the drawed card is an ace is the best method but i dont know how to return 2 values from a method. I researched it and i found 3 things: out, ref and tuples. Didnt understand none of them. Can someone help me? Also any other advice on the code would be greatly appreciated!
Code: https://paste.mod.gg/jriutqhrhrvq/0
A tool for sharing your source code with the world!
Was this page helpful?