Skip to content
Snippets Groups Projects
Commit b3085110 authored by Nadar Athis's avatar Nadar Athis
Browse files

Upload New File

parent d98b9934
No related branches found
No related tags found
No related merge requests found
#include<stdio.h>
int main(){
int x,y,z;
printf("enter the number you want to print: ");
scanf("%d",&x);
for(y=1;y<=20;y++){
printf("%d x %d = %d\n",x,y,z);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment