If you have an int variable named yrs and two decimal variab…
If you have an int variable named yrs and two decimal variables named prin and rate, which statement can you use to call the method with the following method declaration?private decimal GetInterest(int years, decimal interestRate, decimal principle)