Write a 86 code to perform the following: Have the user input an integer single digit number \( X \), where \( X \) is between 0 and 5 , and compute it's factorial, where the output message should be: The Factorial of \( \boldsymbol{X} \) is: \( Y \) Where \( Y \) is the result of the factorial and \( X \) is the input of the user.