Discuss the below:
Q: Create a Java method similar to the main ( ) method, remove the mortgage calculation formula from the main ( ) method, and move the Q1: formula to the new method.
Create a Java method to display the mortgage payment. Make sure that there is no hard code values in the method.
Insert comments in the program to document the program. Recommend a small paragraph per method.
Remove hard values in all the methods. Hard copy values are acceptable ONLY in the main ( ) method.
Design flow chart to the source code of the program.