public static void Name()
Console.WriteLine("Please enter a saying");
enterName = Console.ReadLine();
Console.WriteLine("****************************************");
Console.WriteLine(EnterName(enterName));
Console.WriteLine("****************************************");
public static string EnterName(string name)
public static void Main()