✅ Why is rng not working?
https://docs.google.com/document/d/1r9a7-K_GiWhBarvFvC_fvRdVF9cziu05_HXtAk1gu_k/edit?usp=sharing
The dice only rolls 2 and 2, please help its due friday, making casino game craps
The dice only rolls 2 and 2, please help its due friday, making casino game craps
Google Docs
using System; using System.Collections; using System.Threading; namespace EX25_FreeForAll { class Program { static void Main(string[] args) { double wager = betmoney(); int dicenum1 = Dice1(); int dicenum2 = Dice2(); printDi...