Console.WriteLine("Set a Time.\nType Start to see the times.");
String Timer = Convert.ToString(Console.ReadLine());
Console.WriteLine("Type S to put in the seconds\nType M to put in the minutes\nType H to put in the hours");
String Time = Convert.ToString(Console.ReadLine());
Console.WriteLine("Type in the seconds now");
int Time1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Type either End or M and H");