#include <stdio.h>
int main()
{
int a,i;
printf("Enter a number : ");
scanf("%d", &a);
printf("%d\n",a);
//i=a;
if(a<=100)
//do {
printf("Your number is %d\n",a);
a=a+1;
//} while (a<100);
//printf("%d",a);
//printf("%d",a);
}
To embed this project on your website, copy the following code and paste it into your website's HTML: