PLease need help with this ASAP
Write a C# function called calcTip to calculate and return the tip on a restaurant bill.
Your main module should prompt the user for the amount of the bill, and the tip percentage, and pass them to the function.
The answer is printed in your main module.
The output should look like this (note that it should work for any values that are input; these are just examples).
Enter amount of bill: 50
Enter tip percentage: 20
A 20% tip on $50 is $10