public static void Main()
Console.WriteLine("if online quizzes were honest");
Console.WriteLine("😲tHiS quIz wIll tESt yOuR iQ😲");
Console.WriteLine("did u have lunch today");
Console.WriteLine("what is your favourite color");
Console.WriteLine("what is your GPA?");
Random random = new System.Random();
int value = random.Next(0, 200);
double value2 = random.NextDouble();
var byteArray = new byte[256];
random.NextBytes(byteArray);
Console.WriteLine("Your score is:");
Console.WriteLine(value);
Console.WriteLine("what do you think of ur score?");
String response = Console.ReadLine();
Console.WriteLine("lol that was just a random number from 1-200 dumb dumb");
Console.Write("When they said '" + response + "' i felt that😩");