#include <stdio.h>
int main()
{
int n;
printf("Enter a number:");
scanf("%d", &n);
if(n<50)
{
printf("Number = %d", n*2);
}
return 0;
}
https://youtube.com/shorts/I09jcicjGnA Right. [clears throat] So I want to share that over the time I have realized that you there is a hi...
No comments:
Post a Comment