From 0c1a97079709f7279714f0cc23b2057584402a92 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Wed, 6 Nov 2024 09:17:11 +0100 Subject: [PATCH] =?UTF-8?q?Incluso=20il=20valore=20di=20100=20come=20numer?= =?UTF-8?q?o=20che=20pu=C3=B2=20essere=20generato?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{