Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, I would like an expert to coompletet this task using NetBeans , you must follow the specifcations provided in attachement. Thanks Exercise 3.pdf (page
Hello, I would like an expert to coompletet this task using NetBeans, you must follow the specifcations provided in attachement. Thanks
Exercise 3.pdf (page 2 of 3) Q Search Console Welcome to the Interest Calculator Enter loan amount. 520000 Enter interest rate 05375 $520,000.00 Loan amount: 5.375 Interest rate: $27,950.00 Interest: Continue (y) y Enter loan amount. 4944.5 Enter interest rate 01 $4,944.50 Loan amount: Interest rate: $49.45 Interest Continue? (y) n Press any key to continue Operation The application prompts the user to enter a loan amount and an interest rate. The application calculates the interest amount and formats the loan amount, interest rate, and interest amount. Then, it displays the formatted results to the user. The application prompts the user to continue. Specifications This application should use the BigDecimal class to make sure that all calculations are accurate. It should round the interest that's calculated to two decimal places, rounding up if the third decimal place is five or greater. The value for the formatted interest rate should allow for up to 3 decimal places Assume that the user will enter valid double values for the loan amount and interest rate The application should continue only if the user enters "y" or "Y" to continueStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started