User profile: codingn00b

User info
User name:codingn00b
History
Joined:
Number of posts:11
Latest posts:

Passing Command Line Arguments
Thank You :) I figured it out with your help.

Passing Command Line Arguments
Thanks for checking for me, i have tried multiple variants so far with no success. I have tried ch...

Passing Command Line Arguments
I need to pass values from the command line and add those values together and output the value, unfo...

Help with nested loop
Thank You ! [code] for (int r = 0; r < numRows; r++) { for (int c = 0; c < numCols; c++) { ...

Help with nested loop
Hmm still having problems, ive adjusted the code to fix the double else and missing the {} but it st...