public static void Main()
string breed = "Golden Retriever";
Console.WriteLine($"The dogs name is {name}.");
Console.WriteLine($"The dogs breed is {breed}.");
Console.WriteLine($"The dogs age is {age}.");
Console.WriteLine($"The dogs weight is {weight}.");
Console.WriteLine($"Is the the dog spayed? {spayed}.");