Opzione 2
This commit is contained in:
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() {
|
||||
|
||||
Reference in New Issue
Block a user