Guys I need some help...
This is my program...
#include<iostream>
using namespace std;
int main()
#include<iostream>
using namespace std;
int main()
{
int a=1;
int b=5;
cout<<"*";
cin>>a;
while <a=>5>;
{
cout<<"*";
++a
}
return 0;
}
{
And this will be the output of my program.
*
**
***
****
*****
By the way I'm using while looping..
Hope that you could help me..