Search posts, tags, users, and pages
Uzma
taking action.
int main(){ int totalRows; cin>> totalRows; int currentRow=1; while(currentRow<=totalRows) { int coloumn=1; int number=currentRow; while (coloumn <=totalRows - currentRow) { cout...
No responses yet.