#include <stdio.h>
int main()
{
int num,sum;
if(num>=10)
sum=num*num;
{printf("the num is equal or below 10");}
scanf("%d%d", &num,&sum);
else
{printf("the num is not equal or below 10");}
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: