using System;class Program{ static void Main(string[] args) { Random rd = new Random(); int num = rd.Next(0,100); }}