Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Still fairly new to c++ so this problem is stumping me. I get what I'm supposed to do but the logic is what's causing me

Still fairly new to c++ so this problem is stumping me. I get what I'm supposed to do but the logic is what's causing me trouble. If anyone can help me out that would be great.

- write one program that uses two dimensional array to allow two players to play tic-tac-toe. The program asks for moves alternately from player X and player O to enter a number (1 - 9) they wish to makr to play the game.The program displays the game positions as follows: 1 2 3 4 5 6 7 8 9 After each move, the program displays the changed board, for example: X X O 4 5 6 O 8 9 - the program should have following functions: -- a function to take in user's input. -- a function to print out the board and move. -- a function to tell if game is over. -- a function to tell who wins (or draw.) 

Please follow the requirements as stated in the problem, so using a 2D array and having four functions. Comments would be very helpful.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

New Trends In Databases And Information Systems Adbis 2019 Short Papers Workshops Bbigap Qauca Sembdm Simpda M2p Madeisd And Doctoral Consortium Bled Slovenia September 8 11 2019 Proceedings

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Robert Wrembel ,Mirjana Ivanovic ,Johann Gamper ,Mikolaj Morzy ,Theodoros Tzouramanis ,Jerome Darmont

1st Edition

3030302776, 978-3030302771

More Books

Students also viewed these Databases questions

Question

Presentations Approaches to Conveying Information

Answered: 1 week ago