public static void Main()
Console.WriteLine("Please imput your first name ");
firstname = Console.ReadLine();
Console.WriteLine( firstname + ", please imput a number between 0 and 15 ");
number = int.Parse(Console.ReadLine());
if ((number > 15) || (number < 0))
if ((number <= 1) || (number >= 0))
Console.WriteLine(firstname + ", your quote is If you want to lift yourself up, lift up someone else.");
Console.WriteLine(firstname + ", your quote is I have learned not to allow rejection to move me.");
Console.WriteLine(firstname + ", your quote is I scorched the earth with my talent and I let my light shine.");
Console.WriteLine(firstname + ", your quote is You’re braver than you believe, stronger than you seem, and smarter than you think.");
Console.WriteLine(firstname + ", your quote is You can't rely on how you look to sustain you, what sustains us, what is fundamentally beautiful is compassion; for yourself and your those around you.");
Console.WriteLine(firstname + ", your quote is Attitude is the 'little' thing that makes a big difference.");
Console.WriteLine(firstname + ", your quote is We will fail when we fail to try.");
Console.WriteLine(firstname + ", your quote is All our dreams can come true — if we have the courage to pursue them.");
Console.WriteLine(firstname + ", your quote is Once you face your fear, nothing is ever as hard as you think.");
Console.WriteLine(firstname + ", your quote is Opportunity is missed by most people because it is dressed in overalls and looks like work.");
Console.WriteLine(firstname + ", your quote is Don't sit down and wait for the opportunities to come. Get up and make them.");
Console.WriteLine(firstname + ", your quote is The people who are crazy enough to think they can change the world are the ones who do.");
Console.WriteLine(firstname + ", your quote is I never dreamed about success. I worked for it.");
Console.WriteLine(firstname + ", your quote is Champions keep playing until they get it right.");
Console.WriteLine(firstname + ", your quote is A person who never made a mistake never tried anything new.");
Console.WriteLine(firstname + ", your quote is If you’re not positive energy, you’re negative energy.");
Console.WriteLine( firstname + ", do you like the quote that I provided you? Please respond with yes or no:");
word = Console.ReadLine();
Console.WriteLine("Outstanding!!! :)");
Console.WriteLine("Too bad! I will make a better program next time!");
Console.WriteLine("I didn't understand you word!");
Console.WriteLine(firstname + ", thank you for using my inspirational quote engine. Please come back again to get inspired!");