-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path13)Task 10(CP).cpp
More file actions
19 lines (18 loc) · 886 Bytes
/
13)Task 10(CP).cpp
File metadata and controls
19 lines (18 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <iostream>
using namespace std;
int main(){
system("cls");
cout<<" 8888888888 888 88888 "<<endl;
cout<<" 88 88 88 88 88 88 "<<endl;
cout<<" 8888 88 88 88 88888 "<<endl;
cout<<" 88 88 888888888 88 88 "<<endl;
cout<<" 888888888 88 88 88 88 888888 "<<endl;
cout<<endl;
cout<<endl;
cout<<" 88 88 88 888 88888 888888 "<<endl;
cout<<" 88 88 88 88 88 88 88 88 "<<endl;
cout<<" 88 8888 88 88 88 88888 88888 "<<endl;
cout<<" 888 888 88888888 88 88 88 "<<endl;
cout<<" 88 88 88 88 88 8888888 "<<endl;
return 0;
}