static void Main(string[] args)
coin coinflip = new coin();
for (int coin1 = 1;coin1 <= FLIP; coin1++)
Cosole.WriteLine("the number head is" + head);
Console.WriteLine("the number till is" + till);
Random flip = new Random();
faceValue =flip.Next(1,3)
public int get FaceValue()
public void set FaceValue(int coi)