elow I'm trying to create a program that will display the output :
*
**
***
****
please help me
int main()
{
for(int i=0;i<=7;i++)
{for(int j=0;j<=i;j++)
cout<<'*';
for(nt k=0;k<=i;k++)
cout<<' ';
then what next
its only give the output
*
**
please help me ! ! ! thanks