User: wjee0910

  • Public profile

User profile: wjee0910

User info
User name:wjee0910
History
Joined:
Number of posts:35
Latest posts:

Two Variables in one for loop
Yes, the correct syntax is: [code]for (int x = 0, y = 0; x < 10 && y < 10; x++, y++)[/code]

functions
Well, what I told you is pretty much the pseudocode. Since it's a rather simple 2-step function, I d...

functions
First you need to check the parity of N and M to determine which odd number to start and end. Then y...

Help understanding code
Your code is full of problems, which is OK for a real beginner. First if you choose to get the value...

do/while loop not exiting
Why 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