Search:

Type: Posts; User: zach_l_b

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,078

    Re: my code will not return everything...

    ok, i fixed it my self here is the code i wanted:



    import java.util.*;
    import java.io.*;
    import javax.swing.JOptionPane;

    public class SudokuSolverXXX{
    public static void main (String []...
  2. Replies
    7
    Views
    1,078

    Re: my code will not return everything...

    the goal is to print each cell's value that is what i need help with.
  3. Replies
    7
    Views
    1,078

    Re: my code will not return everything...

    This code reads the attached file "sudoku.txt". Then it is supposed to print everything in the txt file to the console. as of now it prints this:
    0
    1
    2
    3
    4
    5
    6
    7
    8
  4. Replies
    7
    Views
    1,078

    my code will not return everything...

    hi, i have been looking at this code way to long! i have been playing with the return statement and i don't know what the problem is. i just want it to print the entire 9 by 9 text file that it...
Results 1 to 4 of 4