diff --git a/SERIES30.C b/SERIES30.C index 3f96308..800acd3 100644 --- a/SERIES30.C +++ b/SERIES30.C @@ -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++) { @@ -30,4 +30,4 @@ void main() printf("\n"); } getch(); -} \ No newline at end of file +}