diff --git a/Program.cs b/Program.cs index fbf4748..1a246fd 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,7 @@ class Program Random rnd = new Random(); int random, numero; //inizializzazione - random = rnd.Next(1, 100); + random = rnd.Next(1, 101); //richiesta input e sanitization do{ do{