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))
else if ((number <= 15) && (number >= 0))
Console.WriteLine(firstname + ", your quote is Today’s accomplishments were yesterday’s impossibilities");
Console.WriteLine(firstname + ", your quote is I have learned not to allow rejection to move me.");
Console.WriteLine(firstname + ", your quote is Don't save your best for when you think the material calls for it. Always bring your full potential to every take, and be on top of your job, or they will replace you.");
Console.WriteLine(firstname + ", your quote is Believe you can and you're halfway there.");
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 Don't sit down and wait for the opportunities to come. Get up and make them. ");
Console.WriteLine(firstname + ", your quote isOne of the lessons that I grew up with was to always stay true to yourself and never let what somebody else says distract you from your goals." );
Console.WriteLine(firstname + ", your quote is Be the change that you wish to see in the world." );
Console.WriteLine(firstname + ", your quote is When your dreams are bigger than the places you find yourself in, sometimes you need to seek out your own reminders that there is more. And there is always more waiting for you on the other side of fear." );
Console.WriteLine(firstname + ", your quote is I don't harp on the negative because if you do, then there's no progression. There's no froward movement. You got to always look on the bright side of things, and we are in control. Like, you have control over the choices you make." );
Console.WriteLine(firstname + ", All dreams are within reach. All you have to do is keep moving towards them." );
Console.WriteLine(firstname + ", your quote is Act as if what you do makes a difference. It does." );
Console.WriteLine(firstname + ", your quote is You get what you give." );
Console.WriteLine(firstname + ", your quote is Never bend your head. Always hold it high. Look the world straight in the eye." );
Console.WriteLine(firstname + ", your quote is Try to be a rainbow in someone else's cloud.");
Console.WriteLine(firstname + ", your quote is Believe you can and you're halfway there. " );
Console.WriteLine( firstname + ", do you like the quote that I provided you? Please respond with yes or no:");
word = Console.ReadLine();
Console.WriteLine("Amazing!");
Console.WriteLine("Too bad. I will make a better program next time.");
Console.WriteLine("I didn't understand your word.");
Console.WriteLine(firstname + ", thanks for using my inspirational quote engine. Please come back again.");