public static void Main()
Console.WriteLine("Hello World");
public Game (string gameName, int numPlayers, bool isWater)
this.numPlayers=numPlayers;
private string countryName;
public Country(string countryName)
this.countryName=countryName;
this.games=new Game [43];
public bool isGame (string gName)
for(int i=0;i <games.Length;i++)
if (games[i].GetName==gName)