#include #include #include void main() { int i,j,k,l=1,n,m ; clrscr(); cout<<"\nEnter the no of rows to form a pyramid:"; cin>>n; for(i=1;i<=n;i++) { cout<<"\n\n"; for (j=1;j<=n-i;j++) cout<<"\t"; for(k=i;k<=l;k++) cout<=i;m--) cout<