static int GetRandNum(int iStart, int iEnd)
{
Random r = new Random();
this is park of my code that am workin on creating an 2 arrays it wont declare int and random and void?? after i have insearted my constructor could it be inserted into the wrong place?
thanks gemma
