#include <iostream>
#include <stdlib.h>
#include <iomanip>
using namespace std;
int main()
{int x,y,z;
for(x=20;x>=0;x--)
{for(z=x;z>=0;z--)
{cout<<setw(3)<<" ";}
for(y=x;y<=20;y++)
{cout<<setw(3)<<"*";}
cout<<endl;}
system("pause");
return 0;
}
Please Compile....bradah....!!!
Tidak ada komentar:
Posting Komentar