Di Posting Oleh : Simple Learning
Kategori : c++ programing code hollow shape triangle
Write a program which display a hollow triangle shape using asterisk character and nested for loop
Output should be look like below image
c++ code:
Sample Output of the program
To increase or decrease the size of triangle change the value of loop variables. It is recommend to change the code and examine the output it will be more helpful.
More C++ Shapes Here
Output should be look like below image
c++ code:
#include<iostream> |
Sample Output of the program
To increase or decrease the size of triangle change the value of loop variables. It is recommend to change the code and examine the output it will be more helpful.
More C++ Shapes Here
0 Response to "Hollow triangle shape in c++ programing code"
Post a Comment