#include<iostream.h>
#include<conio.h>
int Main()
{
int I,j;
Clrscr();
For(i=1;i<=5;i++)
{
for(j=I; j<=5; j++)
{ cout<<”*”;}
cout<<endl;
}
getch();
}