your functions should output the results using theconsole writeline function using c 5122533

Your functions should output the results using theconsole.WriteLine() function. USING C# MyMathFunction Write a function that takes in two numbers and a function name.The function should call the function name in the parameter passingit the two number to perform a math operation and returning theresult. Your MyMathFunction should be able to handle 4 differentmath operations (add, subtract, divide, and multiply). You mustwrite 5 functions to complete this assignment correctly(MyMathFunction, Add, Subtract, Multiply, Divide). Hint: Do notpass the function name as a string. Look at Delegates. MyMathFunction(10, 10, Multiply); 100 MyMathFunction(50, 10, Divide); 5 MyMathFunction(10, 0, Divide); Cannot Divide by 0! MyMathFunction(20, 25, Add); 45 MyMathFunction(25, 20, Subtract); 5 . . .

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now