From be83d9a51c95b7bc0e6ce72aa94071d8315ad60c Mon Sep 17 00:00:00 2001 From: Aman <63407913+mramansoni@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:30:53 +0530 Subject: [PATCH] Update SERIES30.C --- SERIES30.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}