Please use C# programming in Microsoft Visual Studio to complete this assignment.
You are to write a program that will prompt the user for the following information and then calculate and display the monthly payment.
Amount borrowed
term of the loan
interest rate.
Your main method is to consist of the following function calls only with the exception of any variables that need to be declared.
GetLoanTerms( );
CalculatePayment( );
DisplayResults( );
You will need to determine what if anything needs to be in the methods ( )