public static void Main()
string choice = "kkshkfhkshkhfsk";
while (choice != "q" && choice != "Q")
Console.WriteLine("Please enter a number you would like to see the square root of.");
string ans = Console.ReadLine();
if (double.TryParse(ans, out sans))
Console.WriteLine("The square root of " + i + " is " + s.ToString("##.###") + " ");
Console.WriteLine("Please enter a positive number.");
Console.WriteLine("Press q to quit or anything else to restart.");
choice = Console.ReadLine();