public static void Main()
Console.WriteLine(" Please input your first name: ");
name = Console.ReadLine();
Console.WriteLine("Please input a number from 1 to 15");
num1 = int.Parse(Console.ReadLine());
if ((num1 < 0)||(num1 > 15))
{ Console.WriteLine("the input should be between 1 and 15"); }
else if ((num1 <= 15) && (num1 >= 0))
Console.WriteLine(" There is always light. If only we're brave enough to see it. If only we're brave enough to be it.-Amanda Gorman ");
Console.WriteLine("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.-Lupita Nyong'o ");
Console.WriteLine(" Don't sit down and wait for the opportunities to come. Get up and make them.-Madam C.J Walker ");
Console.WriteLine(" Always work hard and have fun in what you do because I think that's when you're more successful. You have to choose to do it.-Simone Biles ");
Console.WriteLine(" All dreams are within reach. All you have to do is keep moving towards them.-Viola Davis ");
Console.WriteLine(" Act as if what you do makes a difference. It does.-William James ");
Console.WriteLine(" What you get by achieving your goals is not as important as what you become by achieving your goals.-Zig Ziglar ");
Console.WriteLine(" When you have a dream, you've got to grab it and never let go.-Carol Burnett ");
Console.WriteLine(" It is our attitude at the beginning of a difficult task which, more than anything else, will affect its successful outcome.-William James ");
Console.WriteLine(" Limit your always and your nevers.-Amy Poehler");
Console.WriteLine(" Nothing is impossible. The word itself says I'm possible!-Audrey Hepburn ");
Console.WriteLine(" You are never too old to set another goal or to dream a new dream.-C.S. Lewis ");
Console.WriteLine(" Try to be a rainbow in someone else's cloud.-Maya Angelou ");
Console.WriteLine(" The most wasted of days is one without laughter!-E. E. Cummings ");
Console.WriteLine("I have learned not to allow rejection to move me.-Cicely Tyson");
Console.WriteLine(" It isn't where you came from. It's where you're going that counts.-Ella Fitzgerald ");
Console.WriteLine("Do you like my program? please respond with yes,no or maybe");
word = Console.ReadLine();
Console.WriteLine("Outstanding!!");
Console.WriteLine("Ohh noo!But I worked so hard!");
Console.WriteLine("Too bad!I will do better next time!!");
Console.WriteLine("I didnt understand your word!");
Console.WriteLine("Please come back again!!");