#include<iostream>
#include<conio.h>
int main()
{
int i,j,a;
for(i=0;i<5;i++)
{
cout<<"Enter the number:";
cin>>a;
for(j=1;j<=a;j++)
{
cout<<"* "<<endl;
}
}
return 0;
}
I create this Blog for helping student in study. This Blog is not for some specific thing you can different information related to study.
No comments:
Post a Comment