diff --git a/C/pyramid in c ++.cpp b/C/pyramid in c ++.cpp new file mode 100644 index 0000000..62f1ec7 --- /dev/null +++ b/C/pyramid in c ++.cpp @@ -0,0 +1,23 @@ +#include +using namespace std; +int main() +{ + int i, space, rowSize, k=0; + cout<<"Enter the Number of Rows: "; + cin>>rowSize; + cout<<"\nPyramid of "<