User: jamelle05

  • Public profile

User profile: jamelle05

User info
User name:jamelle05
History
Joined:
Number of posts:2
Latest posts:

how to include a nested loop for "sum"???
for (int i = 0; i < 4; i++) { if (i % 3 == 0) continue; sum += i; } ...

For Loop Issue
whats wrong w/ this code? for (int i = 0; i < 4; i++) { if (i % 3 == 0) continue; sum += i; }

This user does not accept Private Messages