From eb01b73d5d41f667ca402338b6846848b42ee7f3 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Thu, 27 Feb 2025 20:03:06 +0100 Subject: [PATCH] Correzione output --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index aac4b35..6d108b4 100644 --- a/Program.cs +++ b/Program.cs @@ -92,7 +92,7 @@ class Program { static string[] CreaArray() { int dimensione; - Console.Write("Quante frasi inserire?"); + Console.Write("Quante frasi inserire? "); dimensione = Convert.ToInt32(Console.ReadLine()); string[] ritorno = new string[dimensione];