Пример #1
0
 private static void ImprimirMelhorNota(Aluno aluno)
 {
     WriteLine("Melhor nota: {0}", aluno?.MelhorAvaliacao?.Nota);
 }