public static void Main()
Console.WriteLine("What Ur IQ");
Random RND = new Random();
int IQ = RND.Next(1, 200);
Console.WriteLine("Name A Number Between 1 and 100");
string NUM = Console.ReadLine();
if ( Convert.ToInt32(NUM) < 121 )
if (Convert.ToString(NUM) == "69")
if (Convert.ToString(NUM) == "7")
if ( Convert.ToInt32(NUM) > 100 )
Console.WriteLine("Under 100 Dumb Not Nice Word");
if ( Convert.ToInt32(NUM) == 69420 )
System.Threading.Thread.Sleep(1000);
Console.WriteLine("Haha Funny Number 69,420");
Console.WriteLine("What Is Your Name");
string Name = Console.ReadLine();
Console.WriteLine("Your IQ Is " +Convert.ToString(IQ) );