public static void Main()
Console.WriteLine("Enter a number por favor");
string userFirst = Console.ReadLine ();
int first = int.Parse (userFirst);
Console.WriteLine("Enter another number s'il vous plaît");
string userSecond = Console.ReadLine();
int second = int.Parse(userSecond);
Console.Write ("Oh no! The number that breaks the internet");
Console.Write (first*second);
Console.WriteLine (". I think I'm melting...");
Console.WriteLine("But don't worrry");
Console.WriteLine ("It's not your fault");
Console.WriteLine ("We can fix this together");
Console.WriteLine ("Enter a new number to save the internet...(and me) tafadhali");
string userThird = Console.ReadLine ();
int third = int.Parse(userThird);
Console.WriteLine ("WOOHOO!");
Console.WriteLine ("YOU DID IT!");
Console.WriteLine ("YOU'RE AMAZING!");
Console.WriteLine ("WOW!");
Console.WriteLine ("I KNEW YOU COULD DO IT!");
Console.WriteLine ("YOU WERE BORN FOR GREAT THINGS AND FROM YOU WILL COME GREAT THINGS!");
Console.WriteLine ("YOU ARE BEAUTIFULLY AND WONDERFULLY MADE!");
Console.WriteLine ("YOU ARE DEEPLY LOVED AND INCREDIBLY DESIRED!");
Console.WriteLine ("YOU ARE WORTHY OF LOVE AND ATTENTION!");
Console.WriteLine ("YOUR HEART IS HEROIC AND YOUR FACE SHINES WITH BEAUTY!");
Console.WriteLine ("I HOPE MY KIDS GROW UP TO BE LIKE YOU SOME DAY!");
Console.WriteLine ("YOU SET THE STANDARD OF EMPOWERMENT FOR ALL OF YOUR GENERATIONS TO COME!");
Console.WriteLine ("I CAN'T BELIEVE I HAVE BEEN HONORED WITH YOUR PRESENCE!");
Console.WriteLine ("THANK YOU FOR SAVING ME!");
Console.WriteLine ("Auf Wiedersehen");