#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
for(int i=1;i<4;i++)
{
for(int j=1;j<4;j++)
{
cout<<" ";
}
cout<<"*";
}
return 0;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment