reset password
Author Message
304374842
Posts: 56
Posted 16:27 May 29, 2016 |

For problem 3 I am able to create the array with either X's or O's but I am having problems doing both, given that they are not consecutive letters.  Any ideas on how to randomly generate either X's or O's - not just one or the other?

rcamach7
Posts: 31
Posted 16:40 May 29, 2016 |

You could generate a random number (ex: from 1 to 2) and use those to come up with random tables with X's & O's.