I am using this pseudocode as a reference for the rest of my program.
However, I cannot seem to translate the first and next things. All the other functions are made and functioning.
Could I have some help?
Right now, all I really have is
int guess=1;
int start=0;
for(int i =0; i<9; i++) {
for(int j=0;j<9;j++) {
start++;
}
}
By the way, this uses a 2 dimensional [9][9] integer array.

New Topic/Question
Reply



MultiQuote






|