Code:
public Form1()
{
InitializeComponent();
}
static Random RandomClass = new Random();
int Random_Number = RandomClass.Next(0, 9);
static int count1;
static int count2;
string[] arr = { "الاول", "الثاني", "الثالث",
Leave a comment: