I am resuming work on a computer programming certificate in a few weeks after a 2 year break. I've been reviewing all my old C++ materials, and need some more work with nested loops. I understand how to use them and I understand the basics; I'm just slow at it because it's one of my weak points and would like more practice. Also, if someone has a clear, simple way of explaining nested for loops, I'd appreciate it. I understand that the outer loop is usually for the row and the inner loop is the column, but if you were taught a trick that helps you predict it's behavior without tracing through it step by step, I'd really appreciate that.
2006-08-03
15:03:37
·
3 answers
·
asked by
Anonymous
in
Programming & Design