public static void Main()
Console.Write("Length: ");
if(int.TryParse(Console.ReadLine(), out Length)) {
Console.WriteLine("Invalid input");
Console.Write("Length: ");
Console.WriteLine("Invalid input");
Console.Write("Length: ");
Console.Write("width: ");
if (int.TryParse(Console.ReadLine(), out width)) {
Console.WriteLine("Invalid input");
Console.Write("width: ");
Console.WriteLine("Invalid input");
Console.Write("width: ");
if (width * Length < 400) {
} else if (width * Length <600) {
Console.WriteLine($"We charge {cost:c} per week for that size lawn\nThat will cost you {cost*20:C} in total");