public static void Main()
Console.WriteLine(" _____ _ __ __ ");
Console.WriteLine(" |_ _( ) \ \ / / ");
Console.WriteLine(" | | |/ _ __ ___ \ \_/ /__ _ _ _ __ ___ ");
Console.WriteLine(" | | | '_ ` _ \ \ / _ \| | | | '__/ __|");
Console.WriteLine(" _| |_ | | | | | | | | (_) | |_| | | \__ \");
Console.WriteLine(" |_____| |_| |_| |_| |_|\___/ \__,_|_| |___/");
Console.WriteLine(Environment.NewLine + "Students Name: ");
Console.WriteLine("Students ID No. ");
Console.WriteLine("Section: ");
Console.WriteLine(Environment.NewLine + "What Math operation do you want to do to your data?");
Console.WriteLine("1.Addition");
Console.WriteLine("2.Subtraction");
Console.WriteLine("3.Multiplication");
Console.WriteLine("4.Division" + Environment.NewLine);
Console.WriteLine("Exit? Press Y to exit. Press N to return to menu");