# Introduction In this lab, you will learn how to print a half pyramid structure using numbers, in the C++ programming language. You will be using nested loop structures to iterate and decide the number of rows and columns in each row.
Click the virtual machine below to start practicing