Home » questions » Does anyone have any C++ problems that require nested "for" loops or examples for practice tracing?
Does anyone have any C++ problems that require nested "for" loops or examples for practice tracing?
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.

Answers
sterno73
On 2006-08-03 19:50:17
JR
On 2006-08-04 01:04:27
Ryan
On 2006-08-03 19:31:04