diff --git a/pattern/pyramids2 b/pattern/pyramids2 new file mode 100644 index 0000000..d87e1a3 --- /dev/null +++ b/pattern/pyramids2 @@ -0,0 +1,24 @@ +#include + +int main(){ + int i,j,n; + printf("Enter the number of Rows you want ?"); + scanf("%d",&n); + + for(i=1;i