Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~326 People Reached
Favorite Forums
Favorite Tags
java x 6
Member Avatar for dmgs11

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 …

Member Avatar for server_crash
0
95
Member Avatar for dmgs11

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 …

Member Avatar for dmgs11
0
231