Incluso il valore di 100 come numero che può essere generato
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user