Purchase Solution

Building a UML Diagram

Not what you're looking for?

Ask Custom Question

I am using NetBeans IDE 3.6 compiler. I need to files called Calculator.java and Driver.java so I can build a UML diagram.

This is the example problem:
Write a Java program without a graphical user interface that calculates and displays the mortgage payment amount given the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. In this program, hard code the amount = $200,000, the term = 30 years, and the interest rate = 5.75%. Insert comments in the program to document the program.

I do not understand strings, so if you explain the strings to the variables, it would be appreciated.

I will build another program using yours as a template.

Purchase this Solution

Solution Summary

The solution assists with building a UML diagram.

Solution Preview

Please see attached files. I have made it very flexible so that you can change the formulae or console display.

To calculate the monthly payment, the following equation is used:

Where:
• A is the monthly payment
• i ...

Purchase this Solution


Free BrainMass Quizzes
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.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

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.