示例#1
0
 public static void PrintStudent(KeyValuePair <string, double> student)
 {
     OutputWriter.DisplayStudentMessage($"{student.Key} - {student.Value:F2}");
 }