#include<stdio.h>
int main()
 {
     int n;
     printf("enter the integer\n");
     {
      if("print the factorial\n");
     }
     else("the n is negative");
     ("print Invalid Input");
     }
       return 0;
 }