public static void Main()
Console.Write("Welcome, Enter your name (enter to skip to challenge)");
PlayerName = Console.ReadLine();
Console.Write("Welcome ");
Console.WriteLine(PlayerName);
Console.Write("Your health is ");
Console.WriteLine(Health);
Console.Write("Your energy is ");
Console.WriteLine(Energy);
Console.Write("Your health is now ");
Console.WriteLine(Health);
Console.Write("Your health is now ");
Console.WriteLine(Health);
Console.WriteLine("Now Beginning Challenge Below :)");
Console.WriteLine("Hello there, How are you doing? Whats your name? ");
name = Console.ReadLine();
Console.Write ("Nice to meet you ");
Console.WriteLine("Well on to our first question. Whats your favorite color? ");
color = Console.ReadLine();
Console.WriteLine ("Nice, Heard that one is a creative color");
Console.WriteLine ("Thats an Nice color");
Console.WriteLine("Next question. Whats your favorite food? ");
food = Console.ReadLine();
Console.WriteLine ("Interesting. Moving on");
Console.WriteLine("Whats your favorite video game? ");
videog1 = Console.ReadLine();
Console.WriteLine ("Okay, Last question. What do you favorite the most?");
favorite = Console.ReadLine();
Console.Write ("I love trains too ");
Console.Write ("Well that was fun wasnt it? We are out of time and questions for today. Have a nice day ");
Console.Write ("Alright that ends our interview today. Have a nice day ");