#include <iostream>
using namespace std;
int main()
{
cout << " o " << endl;
cout << " oooo " << endl;
cout << " ooooooo " << endl;
cout << " oooooooo " << endl;
cout << " ooIIo o ooo " << endl;
cout << " o II oooooo " << endl;
cout << "_____II_________ oooo____" << endl;
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: