Console.WriteLine("Hey, you're finally awake!");
Console.WriteLine("How do you feel?");
Console.WriteLine("You are confused. Maybe you should tell him how you feel.");
string a = Console.ReadLine();
Console.WriteLine("You feel " + a + "? I also feel " + a + "!");