Correzione output
This commit is contained in:
parent
f01f15d51b
commit
eb01b73d5d
@ -92,7 +92,7 @@ class Program {
|
|||||||
|
|
||||||
static string[] CreaArray() {
|
static string[] CreaArray() {
|
||||||
int dimensione;
|
int dimensione;
|
||||||
Console.Write("Quante frasi inserire?");
|
Console.Write("Quante frasi inserire? ");
|
||||||
dimensione = Convert.ToInt32(Console.ReadLine());
|
dimensione = Convert.ToInt32(Console.ReadLine());
|
||||||
|
|
||||||
string[] ritorno = new string[dimensione];
|
string[] ritorno = new string[dimensione];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user