Preview:
#include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;
int main(){
    int n,i;
    
    
 for(int n=42;n>=6;n = n-6){
     cout<<"      "<<setw(n-6)<<setfill(' ')<<' '<<setw(7)<<setfill('*')<<'\n'<<'\n'<<'\n';
 }
    
    
    
    
    
    
    


return 0;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter