ry
{
// Convert the input arguments to numbers:
int num = int.Parse(args[0]);
System.
Console.WriteLine("The Factorial of {0} is {1}.", num, Functions.Factorial(num));
return 0;
}
received eror the name fuction does not exist in the current text