public static void Output(Student std) { Console.WriteLine(); Console.WriteLine(std.ToString()); Console.WriteLine(std.GetYeap()); }