This program reads the resource prospects.txt from src>main>resources folder and extracts customer name, loan amount, interest rate and number of years to calculate and print the monthly repayments. The source code is in the src>main>java>solution folder. The CustomerLoanProspects defines the Java Object for loan processing and CustomerLoanSolution contains the repayment computation.
#Instructions to run this program
1.Download the source code and Extract the folder
2.In command prompt set the path to the folder where POM file is located
3.Use mvn install which will compile the source code and create a jar file
4.Use command java -jar target/loan-0.0.1.jar to run the jar file