i am trying to print this:
string one = "[----------------]";
string two = "[ ]";
string three ="[ Go To Jail ]";
string four = "[ ]";
string five = "[_______________]";
Console.Write("");
Console.Write(one);
Console.Write(two);
Console.Write(three);
Console.Write(four);
Console.WriteLine(five);
Console.Write(i);
Console.Write(m);
next to this square:
string one = "[----------------]";
string two = "[ ]";
string three ="[ Go To Jail ]";
string four = "[ ]";
string five = "[_______________]";
Console.Write("");
Console.Write(one);
Console.Write(two);
Console.Write(three);
Console.Write(four);
Console.WriteLine(five);
Console.Write(i);
Console.Write(m);
i am trying to create a big monopoly board?
but i find it difficult to glue one square next to another.