int main(){ int totalRows; cin>> totalRows; int currentRow=1; while(currentRow<=totalRows) { int coloumn=1; int number=currentRow; while (coloumn <=totalRows - currentRow) { cout...