2
Answers

Basic program

Ask a question
om prakash

om prakash

11y
721
1

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


Answers (2)