Question: c++ program Problem 1: a. Write a simple function Display that receives the elements of tic-tac-toe matrix and then displays the matrix to the user
c++ program

Problem 1: a. Write a simple function Display that receives the elements of tic-tac-toe" matrix and then displays the matrix to the user for input validation. b. Write a function Validate to make sure that an input matrix is valid. c. Write another function to determine the winnerloser neither win nor lose. Examples of feedbacks are as follows: OlOX XXO OlOX Valid"F"Neither X nor"O"wins oolO XiXX OlXIX Invalid"ticFtacFtoe"game because "both players win OlX XOX OIX valid"F X wins" ololo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
