Migliorato l'output

This commit is contained in:
La Programmatrice Verde 2025-01-15 08:50:29 +01:00
parent 85edf42d52
commit 2246c2a5c0
16 changed files with 55 additions and 2 deletions

View File

@ -11,6 +11,7 @@ class Program
do do
{ {
Console.Clear();
Console.WriteLine("Scegliere un'opzione:"); Console.WriteLine("Scegliere un'opzione:");
Console.WriteLine("1. Crea un'insieme di numeri tra " + minDimensione + " e " + maxDimensione); Console.WriteLine("1. Crea un'insieme di numeri tra " + minDimensione + " e " + maxDimensione);
Console.WriteLine("2. Mostra il maggiore e il minore"); Console.WriteLine("2. Mostra il maggiore e il minore");
@ -91,6 +92,7 @@ class Program
else else
{ {
Console.WriteLine("Il numero deve essere compreso tra 0 e 100, estremi inclusi"); Console.WriteLine("Il numero deve essere compreso tra 0 e 100, estremi inclusi");
Pausa();
} }
} }
while (i < dimensione); while (i < dimensione);

BIN
bin/Debug/net9.0/ripasso3 Executable file

Binary file not shown.

View File

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v9.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v9.0": {
"ripasso3/1.0.0": {
"runtime": {
"ripasso3.dll": {}
}
}
}
},
"libraries": {
"ripasso3/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

BIN
obj/Debug/net9.0/apphost Executable file

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("ripasso3")] [assembly: System.Reflection.AssemblyCompanyAttribute("ripasso3")]
[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+94dc22499cbe7af1d6ae1ae95f7371787302b5d2")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85edf42d522a1d0b9b040a0839f12161b185574b")]
[assembly: System.Reflection.AssemblyProductAttribute("ripasso3")] [assembly: System.Reflection.AssemblyProductAttribute("ripasso3")]
[assembly: System.Reflection.AssemblyTitleAttribute("ripasso3")] [assembly: System.Reflection.AssemblyTitleAttribute("ripasso3")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
fe71cb23789e00a289963d8315807f2b2cd76aed087e41fa45dd9fe64b91c300 c8e99011f512593b2677a4b6a975362699c42c7e48dfbbbf769c3cd5d3ea7204

View File

@ -0,0 +1 @@
b54b03f02f89b22cf4cca76de404169226eafca55858ba0d4dc2110b08f8e72c

View File

@ -0,0 +1,14 @@
/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3
/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.deps.json
/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.runtimeconfig.json
/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.dll
/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.pdb
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.GeneratedMSBuildEditorConfig.editorconfig
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.AssemblyInfoInputs.cache
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.AssemblyInfo.cs
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.csproj.CoreCompileInputs.cache
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.dll
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/refint/ripasso3.dll
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.pdb
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.genruntimeconfig.cache
/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ref/ripasso3.dll

Binary file not shown.

View File

@ -0,0 +1 @@
ba31efeb62b8dccfb2806141731b992fe2effe9ce89fc149f69f622cc1a3e8e9

Binary file not shown.