Пример #1
0
 private void ShowAverage()
 {
     Console.WriteLine($"la media è: {processor.GetAvg()}");
 }