Post an example of one C++ loop (while, do-while, or for) nested inside another C++ loop (while, do-while, or for). Provide the nested loop statement code, along with the declaration of any constants/variables used within the nested loop code.
You do NOT need to write an entire program.
Then explain, in English, what your nested loop will do when it is executed.