Tag Archives: 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

JAVA program to print numbers in PYRAMID design

We all like the pyramids by the way they are built and the enormous size of those pyramids.Today we shall apply it our programming and print the numbers of our desired range.The output of today’s program may look like this. … Continue reading

Posted in Java | Tagged , , | Leave a comment