#include <stdio.h>

int main() {
    int a;
printf("Enter the value of a");
scanf("The value of a %d",&a);
if(a>50){
    ("a is smaller");
   
}
ifelse
("a is greater");
}
return 0;
}