
#include <iostream>
using namespace std;
class A {
public:
void show() {
cout << βDiamond pattern: β;
for(int sp = 0; sp < 4; sp++) {
cout << β\nβ;
}
int a = 7;
for(int i = 4; i > 0; iβ) {
for(int j = 0; j < i; j++) {
cout << β β;
}
for(int l = 0; l < a; l++) {
if (l == 0|| i== 4 || l==a-1) {
cout << ββ;
}
else {
cout << ββ;
}
}
cout << endl;
a += 2;
}
int e = 0;
for(int b = 2; b < 8; b++) {
for (int c = 0; c < b; c++) {
cout << β β;
}
for(int d = 11; d > e; dβ) {
if(d == 11 || d == e + 1) {
cout << ββ;
}
else{
cout << ββ;
}
}
e += 2;
cout << endl;
}
cout << β\n\n\nCreated by Akash\nThanks for watching!β;
}
};
int main() {
A obj;
obj.show();
return 0;
}
Thanks for reading this blog. Hope you get satisfied with the blog and definitely this blog must have valued your time and effort of reading.
Take a time to connect our other digital creations such as Instagram , Facebook and Youtube.
Social Media Links of Tech DCode :
YouTube : https://www.youtube.com/channel/UCjJnEdeugftBwQ3yMuD4B_A
Instagram : https://www.instagram.com/thetechdcode/
Facebook Page : https://www.facebook.com/thetechdcode
Twitter : https://twitter.com/thetechdcode
Telegram Channel : https://t.me/thetechdcode
Tech DCode Linktree : https://linktr.ee/thetechdcode
My Personal Handles : https://linktr.ee/virtualshivamin
Social Media Links of SHIVAM SINGH (OWNER) :
Instagram : https://www.instagram.com/virtualshivamin/
Facebook Page : https://www.facebook.com/virtualshivamin/
Twitter : https://twitter.com/virtualshivamin/
Personal Linktree : https://linktr.ee/virtualshivamin