CODE:
#include<iostream>using namespace std;int main(){ cout<<" * \n"; cout<<" *** \n"; cout<<" ***** \n"; cout<<" *** \n"; cout<<" * \n";}
OUTPUT:
#include<iostream>
using namespace std;
int main(){
cout<<" * \n";
cout<<" *** \n";
cout<<" ***** \n";
cout<<" *** \n";
cout<<" * \n";
}
No comments:
Post a Comment
Plz don't enter any spam link in the comment box!