Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- int main(){
- int i, j;
- for (int i=i; i<=7; ++i)
- {
- for (int j=i; j>0; --j){
- cout << j;
- }
- cout<< "\n";
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement