79781921

Date: 2025-10-03 15:27:58
Score: 3
Natty:
Report link

#include<stdio.h>

#include<conio.h>

void main()

{

int n,c;

printf("enter a number");

scanf("%d",&n);

while(c<=10)

{

printf("%d %d=%d\n",n,c,n*c);

c=c+1;

}

while(c<=5);

getch();

}

Reasons:
  • Low length (1):
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: zidi queen