Tag Archives: C++ program to print the numbers in pyramid shape

C++ program to print number in pyramid shape

This is once of the basic program to start programming in C++.Here your main goal is to print the number’s in pyramid shape.The size of the shape depends on the input of the user.The output is similar to this picture:For … Continue reading

Posted in C++ | Tagged , , | Leave a comment