Decisamente non ho copiato l'opzione 3 dall'esercizio precedente con solo una modifica di un parametro... :P

This commit is contained in:
La Programmatrice Verde 2025-02-08 23:35:48 +01:00
parent 4b05cdf4d4
commit 4c40b38878
9 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ class Program {
break; break;
case 3: case 3:
Console.Clear(); Console.Clear();
ContaStringa();
Console.Clear(); Pausa();
break; break;
case 4: case 4:
Console.Clear(); Console.Clear();

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("strings_2")] [assembly: System.Reflection.AssemblyCompanyAttribute("strings_2")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cf667c0c4c117b0320d2b3fdbf28dd46db0024dd")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4b05cdf4d4160be986363fb78f8cbf21b211f37c")]
[assembly: System.Reflection.AssemblyProductAttribute("strings_2")] [assembly: System.Reflection.AssemblyProductAttribute("strings_2")]
[assembly: System.Reflection.AssemblyTitleAttribute("strings_2")] [assembly: System.Reflection.AssemblyTitleAttribute("strings_2")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
5416e09c1dd3f3100df7d43d8675ab055cd80c554816c1ae55c0ceb9397c8672 299f8e2b0aa8572acb3ff58479c8e5c281de4a1c0f7fd9ae96c9953faf5173fc

Binary file not shown.

Binary file not shown.