Add the move, set, and display operations to your version of Screen. Test your class by executing the following code:
Screen myScreen(5, 5, ‘X’);myScreen.move(4,0).set(‘#’).display(cout);cout << "\n";myScreen.display(cout);cout << "\n";
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.