Question: use repl.it and make sure it work please Rework the code to utilize at least 4 methods to perform the functionality of the application. For

use repl.it and make sure it work please
Rework the code to utilize at least 4 methods to perform the functionality of the application. For example: TotalInterestPaid) CalculateMonthCharges (month, numPayments) Determine Payment Amount() ReturnAmortization Schedule ) CalculateMonthCharges (month, num Payments) Your Main() will call Methods you created and those methods will call other methods that either you created or are built-in like WrieLine(), ReadLine() etc.. Push as much of the work out of the Main() to other Methods and keep method calls in the Main(). Console Shell Files Mono C# compiler version 6.8.0.123 Q X main.cs main.cs 1 using System; 2 3 class MainClass { public static void Main (string[] args) { 5 Console.WriteLine ("Hello World"); 6 } 7 4 Rework the code to utilize at least 4 methods to perform the functionality of the application. For example: TotalInterestPaid) CalculateMonthCharges (month, numPayments) Determine Payment Amount() ReturnAmortization Schedule ) CalculateMonthCharges (month, num Payments) Your Main() will call Methods you created and those methods will call other methods that either you created or are built-in like WrieLine(), ReadLine() etc.. Push as much of the work out of the Main() to other Methods and keep method calls in the Main(). Console Shell Files Mono C# compiler version 6.8.0.123 Q X main.cs main.cs 1 using System; 2 3 class MainClass { public static void Main (string[] args) { 5 Console.WriteLine ("Hello World"); 6 } 7 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
