#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/MMo2JOc3mzc Hey. So, uh recently I was in a discussion with my brother, elder brother, let's say. And we we...
No comments:
Post a Comment