Opzione 2
This commit is contained in:
parent
3a5d2ef5ef
commit
5dbb2284cb
12
Program.cs
12
Program.cs
@ -41,15 +41,13 @@ class Program {
|
||||
Console.Clear();
|
||||
Console.WriteLine("Rettangolo 1:");
|
||||
forma1.StampaRettangolo();
|
||||
Console.WriteLine("\nForma 2");
|
||||
Console.WriteLine("\nRettangolo 2");
|
||||
forma2.StampaRettangolo();
|
||||
Pausa();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
while (scelta != 0);
|
||||
}
|
||||
|
||||
static void Pausa() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user