static void CetakHasil(Mahasiswa mhs) { Console.WriteLine("Nim : {0}", mhs.Nim); Console.WriteLine("Nama : {0}", mhs.Nama); }