[Solved] C# method rollDice
[ad_1] EDIT: Changed the while to a do-while, as this will always execute once, regardless of the initial value of a or b. It’s up to your preferences if you want to do it like this or with a while. Next to that, I have changed the parameters of the while from while (a == … Read more