Advertisement
triclops200

Untitled

Nov 29th, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. bool Taken (int Board[], int x) {
  2.     if(Board[x]!=0)
  3.         return true;
  4.     else
  5.         return false;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement