Search:

Type: Posts; User: Achtung

Search: Search took 0.30 seconds.

  1. Re: Good people what's wrong with my sudoku generator[newbie needs help]

    Sure... i'll try that so we can see where the problem is ..... and one more question, if i need random integer in interval [0,8] am i right if i write these:

    int randominteger =...
  2. Re: Good people what's wrong with my sudoku generator[newbie needs help]

    No there's NO ERROR MESSAGE ..... it just STAYS in second while .... i know it because program can't reach the end (can't write my) grid. IDK how to explain .... down in textbox where are outputs it...
  3. Re: Good people what's wrong with my sudoku generator[newbie needs help]

    OK ..... i read that announcements and i think i'm ready. :D
    First: My code should MAKE A HALF SOLVED SUDOKU GRID (like you have in sudoku magazines).... i named it Sudoku generator ......
    Second:...
  4. Re: Good people what's wrong with my sudoku generator[newbie needs help]

    package sudoku.generator;

    import java.util.Scanner;

    public class SuDoKuGenerator {

    public static void main(String[] args)
    {
    //Creating two-dimensional array which is a...
  5. Good people what's wrong with my sudoku generator[newbie needs help]

    My code is exactly like this and it's not working i dunno why !!! Sorry for bad English but what can i do ^^
    1461
    i think i attached a .rar file where my code is.
    I am newbie and i wrote code i...
Results 1 to 5 of 5