Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~115 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for badprogrammer

[B]Tic-Tac-Toe Game[/B] Write a program that allows two players to play a game of tic-tac-toe. Use a 2D char array with three rows and three columns as the game board. Each element of the 2D array should be initialized with a space. The program should work as follows. 1. When …

Member Avatar for mrnutty
-1
115