by Anonymous on December 15th, 2008

Anonymous

Question

Help answer this question below.

Create a sudoku game in c program

  • Like
  • Report

Answers. 4 helpful answers below.

  • by Nanoo on December 15th, 2008

    Nanoo

    No!!

    • Like
    • Report

    No comments. Post one | Permalink

  • by hahahehehuhu on March 16th, 2009

    hahahehehuhu

    Why would i?

    • Like
    • Report

    No comments. Post one | Permalink

  • by Beany on December 15th, 2008

    Beany

    I'd rather not, why don't you?

    • Like
    • Report

    No comments. Post one | Permalink

  • by jbrecken on March 16th, 2009

    jbrecken

    This is not a question?

    #include <stdio>
    int main()
    {
    printf("Print this out and fill in the boxes with the numbers 1-9 such that no number appears twice in a row, column, or 3x3 square./n");
    int i;
    for (i=0; i<9; ++i)
    printf("_|_|_|_|_|_|_|_|_|/n");
    }

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

More Questions. Additional questions in this category.

You're reading Create a sudoku game in c program

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

Build a sudoku game using c
How to make sudoku in c
Sudoku in c
Sudoku em c
C program sudoku