The interest for a loan is calculated using the following formula:
Interest = (Loan Amount * Interest Rate(%) * Loan Period(Month) )/100
Using the above formula, write a Java program that receive some input and displayed the interest. Format the number into 2 decimal places. Using loop is an advantage.