Two Variables in one for loopYes, the correct syntax is: [code]for (int x = 0, y = 0; x < 10 && y < 10; x++, y++)[/code]
functionsWell, what I told you is pretty much the pseudocode. Since it's a rather simple 2-step function, I d...
functionsFirst you need to check the parity of N and M to determine which odd number to start and end. Then y...
Help understanding codeYour code is full of problems, which is OK for a real beginner. First if you choose to get the value...
do/while loop not exitingWhy don't you paste the original code snippet, cuz what you're giving has quite a few problems, e.g....
This user does not accept Private Messages