public static void Main()
for (int i = 0; i < 12; i++)
Console.WriteLine("Hey there! Ready for a wild ride of window estimation? Let's get started!");
Console.WriteLine("1. Grab a bunch of harmless, throwable stuff. Soft toys, foam balls, you name it.");
Console.WriteLine("2. Position yourself in the center of the classroom, blindfold on. No cheating!");
Console.WriteLine("3. Unleash the chaos! Start throwing those objects everywhere.");
Console.WriteLine("4. Keep track of your throws. 'Window Smacks' and 'Epic Fails' get their own tally columns.");
Console.WriteLine("5. Keep the madness going until you hit 100 throws or more. The more, the merrier!");
Console.WriteLine("6. Time to count those tallies. Hope your math skills are up to par!");
Console.WriteLine("7. Whip out your calculator. Divide the 'Window Smacks' by the total throws.");
Console.WriteLine("8. Multiply that number by 100 to get your window percentage.");
string Test = Console.ReadLine();