Console.WriteLine(weight + " " + height + " " + gender + " " + age);
Console.WriteLine("I can run as fast as possible.");
Console.WriteLine("The best swimming style is freestyle.");
public static void Main()
Human alan = new Human();
Human kelly = new Human();