Hello guys!I am a beginner of studying c++. I know how to print one single triangle by using the for loop, but how about printing consecutive triangles. Hope to get some ideas, thanks a lot!
for now you can repeat what you have or change how it draws in the second copy of the code.
Later you will learn to make this a function to draw one with parameters that you can re-use.