c# class Program { static void Main(string[] args) { Random ram = new Random(); int guess = ram.Next(0, 101); int temp = 0; int i=1; while (true) { try { C