Question: How to create a displayed text based C++ Monopoly board ~First 2 sides of the board is a 2D array [10][9] ~Second side of the
How to create a displayed text based C++ Monopoly board
~First 2 sides of the board is a 2D array [10][9]
~Second side of the board is a 2D array [9][8]
I'm trying to create a text based visual Monopoly board in C++. I know I need to use a 2-D array (which I have what I think will work above), but I'm struggling with how to get a text based board game not only to display (similar to below), but to have it show each new round as players move around the board.

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
