use of singular.. see bold notation..Welshy said:
My entire first semester of year 2 is coursework based. Ive done some halfway through and now ive been hit with my 6 assignments at the end. We dont get the exam period either.. that is free.. which is nice.. but ultimately i would prefer to not have to hand in 6 assignments across 2 weeks with 4 in the second week. Although, if you work through christmas you can get 3 done with a reasonable amount of time for xmas day and new years etc, which is what ive done.Rossmac said:How come so many courses have coursework over the Christmas period? All I am sat here doing is revision for my exams this week, all coursework was done throughout the previous 2months.
still....gord said:use of singular.. see bold notation..
compare numerical values of assignments.. see post aboveWelshy said:still....![]()
yes, i had a single assignment to do, so i used the word ASSIGNMENT, what is your point?gord said:compare numerical values of assignments.. see post above
heh.. no worriesWelshy said:Gord: apologising to you completely mate. A friend just pointed out that you must have meant you had more than one assignment to do, i thought you were trying to correct my spelling or something![]()
Again, apologies![]()
jcb33 said:Sigh, I dont know how im so bad at Java.... Been sitting here an hour and still can't work out how to make grid2 show the data from grid one in the grid sections that user picks.... Sigh
if (grid1[inputX - 1][inputY - 1] != '')
{
grid2[inputX - 1][inputY - 1] = grid1[inputX - 1][inputY - 1];
}
else
grid2[inputX - 1][inputY - 1] = '';
Welshy said:Lets say the user inputs an x and y value, we'll call these inputX and inputY. grid1 is the grid you've stored the treasure in, and grid2 is the grid being displayed. Dont forget to take one away from the values the user inputs as arrays start at 0.
As simple as that really, if im following what you want to do correctly.Code:if (grid1[inputX - 1][inputY - 1] != '') { grid2[inputX - 1][inputY - 1] = grid1[inputX - 1][inputY - 1]; } else grid2[inputX - 1][inputY - 1] = '';
I have added you on msn, if you can get online? Would realy apreciate the help!Rossmac said:JCB - my friends dad designed that logo, random fact.
Anyways, if you want to send me your code so far? I could have a look and help you out a bit if needed.
Send it to [email protected]