Purchase Solution

JAVA PROBLEM

Not what you're looking for?

Ask Custom Question

This program does not display the program hard code.
Principal = $200,000
Interest Rate = 0.0575
Periods = 360
Output:
Monthly Payment = $1167

Please debug using NETBEANS IDE 3.6
Below is my checksheet with both files named mortgage.java and driver.java.

1. Function headers are complete, follow standards and accurately reflect work done in the function. IT WOULD WORK, BUT THE ANSWER IS NO

2. Functions do one thing and one thing only.
NO

3. Variable names are intuitive.
NO

4. Code compiles completely. MORTGAGECALCULATOR.JAVA YES, DRIVER.JAVO NO

5. Code executes from a separate class called Driver.java. NO

6. Code compiles without warnings or errors.

NO

7. Code executes without error.
NO

8. Brackets are commented clearly in code.
YES

9. Algorithms are commented clearly in code.
NO

Purchase this Solution

Solution Summary

The expert examines java programming.

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.