public static void Main()
Console.WriteLine("Input username");
name = Console.ReadLine();
Console.WriteLine("Hello, " + name + "!");
Console.WriteLine("Input a number from 1 to 15 to get inspired.");
number1 = int.Parse(Console.ReadLine());
if (number1 > 15.00000001)
Console.WriteLine("This number is too big!");
System.Environment.Exit(0);
else if (number1 < 0.99999)
Console.WriteLine("This number is too small!");
System.Environment.Exit(0);
Console.WriteLine("“Be yourself; everyone else is already taken.”");
Console.WriteLine("Be the change that you wish to see in the world.");
Console.WriteLine("Live as if you were to die tomorrow. Learn as if you were to live forever.");
Console.WriteLine("We accept the love we think we deserve.");
Console.WriteLine("Nothing is impossible. The word itself says Im possible!");
Console.WriteLine("Keep your face always toward the sunshine, and shadows will fall behind you.");
Console.WriteLine("Success is not final, failure is not fatal: it is the courage to continue that counts.");
Console.WriteLine("You define your own life. Don’t let other people write your script.");
Console.WriteLine("You are never too old to set another goal or to dream a new dream.");
Console.WriteLine("Do not allow people to dim your shine because they are blinded. Tell them to put some sunglasses on.");
Console.WriteLine("You can be everything. You can be the infinite amount of things that people are.");
Console.WriteLine("What lies behind you and what lies in front of you, pales in comparison to what lies inside of you");
Console.WriteLine("No matter what people tell you, words and ideas can change the world.");
Console.WriteLine("“Believe you can and you’re halfway there.");
Console.WriteLine("In a gentle way, you can shake the world.");
Console.WriteLine("Did you like the quote? Answer with yes, no or maybe.");
yes = Console.ReadLine();
Console.WriteLine("Thank you, " + name + "pick another quote to get inspired again!");
Console.WriteLine("Aww " + name + ", pick another number to get another quote. This one might inspire you.");
Console.WriteLine("Well " + name + ", Maybe another quote might inspire you.");
Console.WriteLine(name + " ,Please answer with yes, no or maybe.");