Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SERIES30.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void main()
{
int i,j,n;
clrscr();
printf("enter the number of rows \n");
printf("enter the number for rows and column \n");
scanf("%d",&n);
for(i=1;i<=n;i++)
{
Expand All @@ -30,4 +30,4 @@ void main()
printf("\n");
}
getch();
}
}