No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Error .java:132: incompatible types found : int required: int[] int[] months= numOfYears[i]*12; //The variable used for user input for exact month information ^ 1 error Tool completed with exit code 1 [code] public void actionPerformed(ActionEvent Mortgage) { // Starts Mortgage Calculator DecimalFormat decimalPlaces=new DecimalFormat("0.00"); appMonthlyPayment.setText(""); // The next 3 lines … | |
I am looking to create a mortgage applet with an array for the 3 amounts. There is something I am missing here. Any help can be of use [CODE] /* GOAL Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term … |
The End.