Migliorato l'output
This commit is contained in:
parent
85edf42d52
commit
2246c2a5c0
@ -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
BIN
bin/Debug/net9.0/ripasso3
Executable file
Binary file not shown.
23
bin/Debug/net9.0/ripasso3.deps.json
Normal file
23
bin/Debug/net9.0/ripasso3.deps.json
Normal 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": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
bin/Debug/net9.0/ripasso3.dll
Normal file
BIN
bin/Debug/net9.0/ripasso3.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net9.0/ripasso3.pdb
Normal file
BIN
bin/Debug/net9.0/ripasso3.pdb
Normal file
Binary file not shown.
12
bin/Debug/net9.0/ripasso3.runtimeconfig.json
Normal file
12
bin/Debug/net9.0/ripasso3.runtimeconfig.json
Normal 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
BIN
obj/Debug/net9.0/apphost
Executable file
Binary file not shown.
BIN
obj/Debug/net9.0/ref/ripasso3.dll
Normal file
BIN
obj/Debug/net9.0/ref/ripasso3.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/refint/ripasso3.dll
Normal file
BIN
obj/Debug/net9.0/refint/ripasso3.dll
Normal file
Binary file not shown.
@ -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")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
fe71cb23789e00a289963d8315807f2b2cd76aed087e41fa45dd9fe64b91c300
|
c8e99011f512593b2677a4b6a975362699c42c7e48dfbbbf769c3cd5d3ea7204
|
||||||
|
|||||||
1
obj/Debug/net9.0/ripasso3.csproj.CoreCompileInputs.cache
Normal file
1
obj/Debug/net9.0/ripasso3.csproj.CoreCompileInputs.cache
Normal file
@ -0,0 +1 @@
|
|||||||
|
b54b03f02f89b22cf4cca76de404169226eafca55858ba0d4dc2110b08f8e72c
|
||||||
14
obj/Debug/net9.0/ripasso3.csproj.FileListAbsolute.txt
Normal file
14
obj/Debug/net9.0/ripasso3.csproj.FileListAbsolute.txt
Normal 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
|
||||||
BIN
obj/Debug/net9.0/ripasso3.dll
Normal file
BIN
obj/Debug/net9.0/ripasso3.dll
Normal file
Binary file not shown.
1
obj/Debug/net9.0/ripasso3.genruntimeconfig.cache
Normal file
1
obj/Debug/net9.0/ripasso3.genruntimeconfig.cache
Normal file
@ -0,0 +1 @@
|
|||||||
|
ba31efeb62b8dccfb2806141731b992fe2effe9ce89fc149f69f622cc1a3e8e9
|
||||||
BIN
obj/Debug/net9.0/ripasso3.pdb
Normal file
BIN
obj/Debug/net9.0/ripasso3.pdb
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user