Archive

Posts Tagged ‘interest’

Create A Compounding Interest Calculator

October 12th, 2011 Comments off

I need a javascript calculator like this one:

http://www.moneychimp.com/calculator/compound_interest_calculator.htm

Combined with this one:

http://javascript.internet.com/math-related/compounding-interest-calculator.html

It must accept commas and insert decimal points in right spot automatically but not require either and display these and dollar sign ($) in the results where appropriate.

Include these fields (see first link for layout):

Inputs
Current Principal: $
Annual Addition: $
Years to grow:
Interest Rate: %
Compound interest time(s) annually
Make additions at start end of each compounding period

Results
Future Value: $

Results should display as they do at The JavaScript Source (http://javascript.internet.com/math-related/compounding-interest-calculator.html), plus add a link to display the full Amortization Schedule beneath the results and with the preliminary results displaying like this:

With an initial deposit of $25,000.00, monthly contributions of $0.00 and an assumed annual interest rate of 23% for 27 years, you will earn a total of $11,732,440.73.

Amortization schedule should display/hide like it does at The JavaScript Source when the link is clicked, but again, with commas and decimal points.

It should be easy for me to edit text, colors, table widths, etc. (i.e. in other words, please, don’t do anything so fancy that makes it hard for me to alter these basics if I need to).

Expresion Of Interest – Article/blog Writing

September 15th, 2011 Comments off

Looking for someone to write a couple of articles about Christmas gift ideas, 250-500 words each. First time to this so just seeing what’s out there in terms of pricing, hopefully we can work something out!

Gps Mobile Site Or App

September 14th, 2011 Comments off

I need a mobile site or mobile app built for a website that provides information and self-guided tours. I would like each person that bids explain if they would build a mobile version of the site or a mobile app…and provide details for their decision. There is an existing desktop site that is based in Joomla. If you want to look at the current site, send me a message after you submit a bid and I will send you a link.

It is not necessary for the desktop site and the mobile site (if that is the direction you choose) to share information.

Project specs:
- Mobile site/app needs to provide self-guided tours for mobile users (smart phone, tablet, etc.).

- Would need to use GPS to be able to detect the users location.

- GPS locations would be provided that specify “points of interest” along the tour.

- Each point of interest would have a photo and text description that would be displayed. An audio/video may also be provided and displayed.

Example of the User Experience

- A user is in San Diego, California, USA.
- He/she selects the tour for Downtown San Diego.
- The site/app offers them two choices: 1) start your tour from the beginning, or 2) start your tour from the nearest Point of Interest.
- Based on the selection the user makes he/she is provided with directions (text or audio, please provide quotes for both) to the appropriate Point of Interest.
- When they arrive at the Point of Interest the text, photo, audio, and video files are made available to the user
- The user selects “continue to next location” and is provided with directions to the next Point of Interest.
- The first Point of Interest on the tour would need a welcome message (text, audio or video). The typical message would welcome the user, provide details on the tour, etc.
- The last Point of Interest would have a similar summary message

I am only interested in persons or agencies with experience building mobile apps/sites. Experience building GPS apps/sites will be a major consideration. Please provide examples of work that relate to this project.

I am also open to using existing software or tools to complete this project. If you feel you can complete this project using third-party software please provide details on your proposed approach.

Please send me a message with any questions.

Mort Calculator

June 23rd, 2011 Comments off

Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.

Also with Flow chart

Change Colr make more colorful!
Vb, VS

Mortgage Calculator 2

June 9th, 2011 Comments off

Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.

Can you take the atttached code and create a GUI as follows. This is urgent. This also needes as stated above graph or chart. Reminder it has to be a WEB BASED APPLICATION. It was returned to me (not web based) thiks is a problem.

Mortgage Calculator

June 6th, 2011 Comments off

Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.

Can you take the atttached code and create a GUI as follows. This is urgent. This also needes as stated above graph or chart. Reminder it has to be a WEB BASED APPLICATION. It was returned to me (not web based) thiks is a problem.

Mortgage Calculator

June 5th, 2011 Comments off

A mortgage calculator program:

Program must be written in VB.NET but NOT Web based.

Must have a GUI.

Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.

Below attachment is my previous code in a Zip.

Mortgage Calculator In .net – Must Use Vs 2008

June 5th, 2011 Comments off

Illness and miscommunication combined and created an emergency. Just realized I must complete by TOMORROW, NOT next MONDAY (as I entered in my calendar).

AGAIN: DEADLINE IS TOMORROW, JUNE 6, 2011

Please help if you can. Will need to forward each program as you complete them rather than holding until ALL are finished.

I must finish 3 programs in .NET using Visual Studio 2008 ONLY that meet the following requirements:

Program 1:

A mortgage calculator program:

Program must be written in VB.NET but NOT Web based.

Must have a GUI.

Have the user input the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
– 15 years at 5.5%
– 30 years at 5.75%

Use an array for the different loans. Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter new data or quit. Insert comments to document the program.
———————————————————————-
Program #2

A mortgage calculator program:

Program must be written in VB.NET but NOT Web based.

Must have a GUI.

Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
– 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.
———————————————————————-
Program 3

A mortgage calculator program:

Program must be written in VB.NET but NOT Web based.

Must have a GUI.

Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.
———————————————————————-

DEADLINE: MONDAY, JUNE 6, 2011, 8:00 PM US CENTRAL TIME.

Sr Mf 003 Mortgage Payment Calculator

May 19th, 2011 Comments off

Complete Change Request 20, 21, 22, and 23. Complete Change Request #20 in Service Request SR-mf-003.
Insert comments to document the program. Attach a design flow chart and a version control sheet to a hard copy or an e-mail of the source code of the program.

Change Request #20

Requestor: Dwain Hammer – Billings, MT

Write the program in VB.Net (not Web based) with a graphical user interface. Have the user input the amount of the mortgage, the term of the mortgage and the interest rate. Display the mortgage payment amount based on the user’s inputs. Allow the user to loop back and enter new data or quit. Insert comments to document the program.

Change Request #21

Requestor: Dwain Hammer – Billings, MT

Write the program in VB.Net (not Web based) with a graphical user interface. Have the user input the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the different loans. Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter new data or quit. Insert comments to document the program.

Change Request #22

Requestor: Dwain Hammer – Billings, MT

Write the program in VB.Net (not Web based) with a graphical user interface. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.

Change Request #23

Requestor: Dwain Hammer – Billings, MT

Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.

Mortgage Calculator – Vb.net

April 17th, 2011 Comments off

Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.

Please also include screenshots and a flowchart for the program. Thank you.

Java Programming

March 18th, 2010 Comments off

***Write the program in Java (with a graphical user interface) and
have it calculate and display the mortgage payment amount from
user input of the amount of the mortgage and the user’s selection
from a menu of available mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

***Use an array for the mortgage data for the different loans.

***Read the interest rates to fill the array from a sequential file.

***Display the mortgage payment amount followed by the loan balance
and interest paid for each payment over the term of the loan.

***Add graphics in the form of a chart. Must include:

interest paid each month,
principal paid each month,
and current ballance

***Allow the user to loop back and enter a new amount and make a new
selection or quit.

*****************8Please insert comments in the program to
document the program.**************

NEED THIS PROJECT DONE ASAP!

Mortgage Calculator With Gui

March 3rd, 2010 Comments off

I need both completed by Saturday. Please insert comments that a novice like myself can understand. Thanks!!!!!!

SR-mf-003 Change Request #6 – MORTGAGE PAYMENT CALCULATOR

Write the program in Java (with a graphical user interface) so that it will allow the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage payment or by input of the amount of a mortgage and then select from a menu of mortgage loans:

- 7 year at 5.35%
- 15 year at 5.5 %
- 30 year at 5.75%

In either case, display the mortgage payment amount and then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Insert comments in the program to document the program.

Change Request #7 – MORTGAGE PAYMENT CALCULATOR

Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the mortgage data for the different loans. Read the interest rates to fill the array from a sequential file. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection or quit. Please insert comments in the program to document the program. Attach a flow chart.

Week 5 Mortgage Calculator

March 2nd, 2010 Comments off

Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the mortgage data for the different loans. Read the interest rates to fill the array from a sequential file. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan.

I have to have this completed by 2:00 am EST…. Attached is the previous assignment that you completed that I have to add the following: Use an array for the mortgage data for the different loans. Read the interest rates to fill the array from a sequential file. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. The progam does everything but the above.

I will pay 15$ to make this minor change.

Categories: Java Tags: , , , , , ,

Mortgage Calculator .net

February 27th, 2010 Comments off

Okay so here is my project. I have most of it completed I just need to add a Chart that displays correlating to the payments. So it everything is done except adding the chart. I will load what I have so far.

Here is the assignment:

Change Request #23
Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage
or
By input of the amount of the mortgage and then select from a menu of mortgage loans:
– 7 years at 5.35%
– 15 years at 5.5%
– 30 years at 5.75%
In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.”

Mortgage Calculator .net

February 21st, 2010 Comments off

Change Request #22
Requestor: Dwain Hammer – Billings, MT
Write the program in VB.Net (not Web based) with a graphical user interface. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

and

By input of the amount of the mortgage and then select from a
menu of mortgage loans:

– 7 years at 5.35%
– 15 years at 5.5%
– 30 years at 5.75%

In either case, display the mortgage payment amount. Then,list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a
new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.
I have attached what I have so far, I need it to be able to accept the inputs for the term and the interest rate. If you already have one complete I can use it instead. Thank you.

Savings Account Program

February 4th, 2010 Comments off

Savings Account Program

Must include clear programmers comments for all variables, constructors, classes, and methods to include comments at the end of all constructors, methods, and classes.

Files must be called Prog4.java (driver program)and
SavingsAccount.java (handles interest and balance calculations)
Ensure you include ALL files required to make the program compile and run.

I would like .java files only.

Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.

Overall Requirements

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a Prog4 as your Driver class.

SavingsAccount.java class

In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

Must provide a class method that sets the annual interest rate.

Prog4.java class

In the Prog4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
Driver should generate the following outputs:

Output:

Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Interest Curve Description

February 4th, 2010 Comments off

Need help. Short description covering the following.

1) Quantify the interest from a $1m term deposit for 93 days at 5.07% and the price of a $1m 88 day bank bill at 4.67%.
(Answer user an Excel spread sheet)
2) Provide description of yield curve and its use in financial markets.
3) Description of typical Sales / dealing experience with interest rate investment products
4) Explain economy and it’s relationship with interest rates
5) Explain experience dealing in bank bills, FRNs and bonds with institutions and corporations

Cs208prog4 Savingsaccount.java

February 2nd, 2010 Comments off

Example: KenDeweyProg4.java (driver program)
SavingsAccount.java

Ensure you include ALL files required to make your program compile and run.
I would like to see your .java files only.

Overall Requirements

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.

SavingsAccount.java class

In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

You are also required to provide a class method that sets the annual interest rate.

YourNameProg4.java class

In the YourNameProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
24

Your driver should generate the following outputs:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Categories: Java Tags: , , , , , ,

Programming Project 1265128491

February 2nd, 2010 Comments off

The file must be called <YourNameProg4.java> (driver program)
SavingsAccount.java (handles interest and balance calculations)

Ensure you include ALL files required to make your program compile and run.

Overall Requirements

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.

SavingsAccount.java class

In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

You are also required to provide a class method that sets the annual interest rate.

YourNameProg4.java class

In the YourNameProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.

Your driver should generate the following outputs:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Categories: Java Tags: , , , , , ,

Prog4(main)savingsaccount.java

February 2nd, 2010 Comments off

Example: KenDeweyProg4.java (driver program)
SavingsAccount.java

Ensure you include ALL files required to make your program compile and run.
I would like to see your .java files only.

Overall Requirements

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.

SavingsAccount.java class

In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

You are also required to provide a class method that sets the annual interest rate.

YourNameProg4.java class

In the YourNameProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
24

Your driver should generate the following outputs:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Savings Account Program

February 1st, 2010 Comments off

Savings Account Program

Must include clear comments for all variables, constructors, classes, and methods to include comments at the end of all constructors, methods, and classes.

Files must be called BrianKenttaProg4.java (driver program)and
SavingsAccount.java (handles interest and balance calculations)
Ensure you include ALL files required to make the program compile and run.

I would like .java files only.

Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.

Overall Requirements

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a BrianKenttaProg4 as your Driver class.

SavingsAccount.java class

In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

Must provide a class method that sets the annual interest rate.

BrianKenttaProg4.java class

In the BrianKenttaProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
Driver should generate the following outputs:

Output:

Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Categories: Java Tags: , , , , , ,

Prog4 (drivrprog) Savings.java

February 1st, 2010 Comments off

Example: KenDeweyProg4.java (driver program)
SavingsAccount.java

Ensure you include ALL files required to make your program compile and run.
I would like to see your .java files only.

Overall Requirements

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.

SavingsAccount.java class

In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

You are also required to provide a class method that sets the annual interest rate.

YourNameProg4.java class

In the YourNameProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
24

Your driver should generate the following outputs:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Savings Account Program

February 1st, 2010 Comments off

Savings Account Program

Must include clear comments for all variables, constructors, classes, and methods to include comments at the end of all constructors, methods, and classes.

Files must be called BrianKenttaProg4.java (driver program)and
SavingsAccount.java (handles interest and balance calculations)
Ensure you include ALL files required to make the program compile and run.

I would like .java files only.

Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.

Overall Requirements

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a BrianKenttaProg4 as your Driver class.

SavingsAccount.java class

In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

Must provide a class method that sets the annual interest rate.

BrianKenttaProg4.java class

In the BrianKenttaProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
Driver should generate the following outputs:

Output:

Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Categories: Java Tags: , , , , , ,

Could Be Good

January 16th, 2010 Comments off

Insert comments to document the program Attach a design flow chart
Write the program as an object-oriented C++ program that allows the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage payment or by input of the amount of a mortgage and then select from a menu of mortgage loans: 7 year at 5.35%, 15 year at 5.5%, and 30 year at 5.75% (use an array for the mortgage information and read the interest rates to fill the array from a sequential file). In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. On longer term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list. Allow the user to loop back and enter a new amount and make a new selection, or quit. Insert comments in the program to document the program.

Categories: C/C++ Tags: , , , , , ,

Complete Change Request #6 & 7

January 12th, 2010 Comments off

#6 Write the program in Java (with a graphical user interface) so that it will allow the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage payment or by input of the amount of a mortgage and then select from a menu of mortgage loans:

- 7 year at 5.35%
- 15 year at 5.5 %
- 30 year at 5.75%

In either case, display the mortgage payment amount and then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Insert comments in the program to document the program.

#7 Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the mortgage data for the different loans. Read the interest rates to fill the array from a sequential file. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection or quit. Please insert comments in the program to document the program.

Categories: Java Tags: , , , , , ,

Java Program 2

December 21st, 2009 Comments off

Write the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans.
7 years at 5.35%
15 years at 5.5%
30 years at 5.75%
Use an array for the different loans. Display the mortgage payment amount for each loan and then list the loan balance and interest paid for each payment over the term of the loan. Use loops to prevent lists from scrolling off the screen.

Name the project AngusWeek4.java
Note:
1. The program should require two user input values.
2. The first input value is the loan amount.
3. The second input value is an indicator for displaying the balance and interest paid list.
4. Error checking should be done on the input loan amount to make sure that it is a positive number and is not zero.
5. If the input loan amount is wrong, show an error message and exit the program.
6. If the input loan amount is correct, proceed to compute.
7. If the indicator is not to show the list, then only show the mortgage payments. Below is an example:
Loan amount $200000
Loan Term Interest Rate Mortgage Payment
7 years 5.35% $2859.79
15 years 5.5% $1634.17
30 years 5.75% $1167.15

8. If the indicator is to show the list, the program should show the mortgage payments first as in step 7. Following the mortgage payments, the list should be shown in 7 columns. The column are:
Column 1 – payment number
Column 2

Java Program

December 20th, 2009 Comments off

Write the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans.
7 years at 5.35%
15 years at 5.5%
30 years at 5.75%
Use an array for the different loans. Display the mortgage payment amount for each loan and then list the loan balance and interest paid for each payment over the term of the loan. Use loops to prevent lists from scrolling off the screen.

Name the project AngusWeek4.java
Note:
1. The program should require two user input values.
2. The first input value is the loan amount.
3. The second input value is an indicator for displaying the balance and interest paid list.
4. Error checking should be done on the input loan amount to make sure that it is a positive number and is not zero.
5. If the input loan amount is wrong, show an error message and exit the program.
6. If the input loan amount is correct, proceed to compute.
7. If the indicator is not to show the list, then only show the mortgage payments. Below is an example:
Loan amount $200000
Loan Term Interest Rate Mortgage Payment
7 years 5.35% $2859.79
15 years 5.5% $1634.17
30 years 5.75% $1167.15

8. If the indicator is to show the list, the program should show the mortgage payments first as in step 7. Following the mortgage payments, the list should be shown in 7 columns. The column are:
Column 1 – payment number
Column 2

Mortgage Calculator With Gui

December 10th, 2009 Comments off

Hello,

I would like the following programs build in JAVA.
Each one will need to be accompanied by a detailed flow chart.
Please try and keep the names of the programs as I have labeled them below: MortgageCal4, MortgageCal5 Etc..

MortgageCal4
Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. Allow the user to loop back and enter new data or quit. Please insert comments in the program to document the program.

MortgageCal5
Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the mortgage data for the different loans. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection or quit. Please insert comments in the program to document the program.

MortgageCal6
Write the program in Java (with a graphical user interface) so that it will allow the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage payment or by input of the amount of a mortgage and then select from a menu of mortgage loans:

- 7 year at 5.35%
- 15 year at 5.5 %
- 30 year at 5.75%

In either case, display the mortgage payment amount and then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Insert comments in the program to document the program.

MortgageCal7
Requestor: Ninfa Pendleton – Rapid City, SD
Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the mortgage data for the different loans. Read the interest rates to fill the array from a sequential file. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection or quit. Please insert comments in the program to document the program.

Categories: Java Tags: , , , , , ,

Programming Project 1136573 2

December 6th, 2009 Comments off

Write a program in Java (without a graphical user interface) using a loan amount of $200,000 with an interest rate of 5.75% and a 30 year term. Display the mortgage payment amount and then list the loan balance and interest paid for each payment over the term of the loan. If the list would scroll off the screen, use loops to display a partial list, hesitate, and then display more of the list.
Note:
It is certain that the loan balance and interest paid list will scroll off the screen. It is best to display a fix number of records, say 50 at a time, hesitate and then display the next 50.
To accomplish the hesitation to show the next set of records, you may use the Java Timer, Thread Sleep or prompt the user to press a key.
The IA does not require a user interface. The mortgage parameters can be set in the code.
The payment number should be the first column for the loan balance and interest paid list.

Java Mortgage Calculator

December 6th, 2009 Comments off

Write a program in Java (without a graphical user interface) using a loan amount of $200,000 with an interest rate of 5.75% and a 30 year term. Display the mortgage payment amount and then list the loan balance and interest paid for each payment over the term of the loan. If the list would scroll off the screen, use loops to display a partial list, hesitate, and then display more of the list.

Note:
1. It is certain that the loan balance and interest paid list will scroll off the screen. It is best to display a fix number of records, say 50 at a time, hesitate and then display the next 50.
2. To accomplish the hesitation to show the next set of records, you may use the Java Timer, Thread Sleep or prompt the user to press a key.
3. The IA does not require a user interface. The mortgage parameters can be set in the code.
4. The payment number should be the first column for the loan balance and interest paid list. See below as an example:
1 199791.19 958.33
2 199581.38 957.33
3 199370.56 956.33

Programming Project 1136573

December 5th, 2009 Comments off

Write a program in Java (without a graphical user interface) using a loan amount of $200,000 with an interest rate of 5.75% and a 30 year term. Display the mortgage payment amount and then list the loan balance and interest paid for each payment over the term of the loan. If the list would scroll off the screen, use loops to display a partial list, hesitate, and then display more of the list.
Note:
It is certain that the loan balance and interest paid list will scroll off the screen. It is best to display a fix number of records, say 50 at a time, hesitate and then display the next 50.
To accomplish the hesitation to show the next set of records, you may use the Java Timer, Thread Sleep or prompt the user to press a key.
The IA does not require a user interface. The mortgage parameters can be set in the code.
The payment number should be the first column for the loan balance and interest paid list.

Prg/421 Mortgage Calc. Gui

December 5th, 2009 Comments off

I need something that isn’t very technical or complex. Something that is easy to read and understand and has a basic GUI to meet the service request.

I DO need the program well documented with comments and the flowcharts to outline how the program is working.

Service Request SR-mf-003
Mortgage Payment Calculator

Organization: McBride Financial Services
Locations:
Requester: Hugh McBride

Description of Request:
Need a program that will calculate mortgage payments.

Background of Request:
Agents in the field offices will need to be able to calculate mortgage payment amounts. In the future, we may want to put a mortgage calculator on our Web site.

Expected Results/Impact when completed:
A program written in Java (without a graphical user interface) that will calculate and display the monthly payment amount to fully amortize a $200,000.00 loan over a 30 year term at 5.75

Categories: Java Tags: , , , , , ,

Java Cse 110 Program

December 3rd, 2009 Comments off

I need my java programming lab done by tomorrow.
Design and write 3 classes

Fix Form & Php Script

December 1st, 2009 Comments off

The form on this page: http://palram.com.au/html/enews/contact_test/enews_contact_2v2.html needs to be fixed.

1. The validation on all fields is not working anymore

2. The validation on the check boxes in area of interest was never working. It needs to validate if one or more is checked. But at least one is required.

3. Add the PHP code to send the Area of Interest items. Needs to send each area of interest in the email if it is checked in the form.

4. Center the “Send Now” button

Budget for project $10-$15.

Project will be awarded within 5 hours and will need to be completed within 12 hours and they provider will be paid straight away.

All files will be provided in a zip file.

The validation used can be found here: http://tetlaw.id.au/view/blog/really-easy-field-validation-with-prototype/

Mortgage Calculator Part 1-4

November 30th, 2009 Comments off

1) This is most important I need ORIGINAL code

2) The code must have good comments and be clean

3) I need parts 1 and 2 by today 11/30/09

4) This is also very important I need each Part ex. 1, 2, 3, 4 as they are completed in separate files. (So please don’t do parts 1-4 and then give me the completed files)

5) The formulas included as well as the instructions listed must be used exactly. (a copy of the instructions and formulas will be in a attached .doc file)

Here are the requirements:

Part 1

Design a program 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 first iteration of the program, hard code the principal = $200,000, the term = 30 years, and the annual interest rate = 5.75%.

Part 2

Write the program in Java (without a graphical user interface) using a loan amount of $200,000 with an interest rate of 5.75% and a 30 year term. Display the mortgage payment amount and then list the loan balance and interest paid for each payment over the term of the loan. If the list would scroll off the screen, use loops to display a partial list, hesitate, and then display more of the list.

Part 3

Write the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans:

- 7 year at 5.35%
- 15 year at 5.5%
- 30 year at 5.75%

Use an array for the different loans. Display the mortgage payment amount for each loan.

Part 4

Write the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans:

- 7 year at 5.35%
- 15 year at 5.5%
- 30 year at 5.75%

Use an array for the different loans. Display the mortgage payment amount for each loan and then list the loan balance and interest paid for each payment over the term of the loan. Use loops to prevent lists from scrolling off the screen.

End Calculate Amortization Table

Categories: Java Tags: , , , , , ,

Two Savings Accounts

November 15th, 2009 Comments off

Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:

Monthly balances for one year with 0.05 annual interest:

Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49

Final balance of both accounts combined: 5255.81

Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.

Project

November 14th, 2009 Comments off

Project detail is included:

The file must be called <Prog4.java> (driver program)
SavingsAccount.java (handles interest and balance calculations)

Ensure you include ALL files required to make your program compile and run..java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Overall Requirements
Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:
Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81
Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.
SavingsAccount.java class
In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

You are also required to provide a class method that sets the annual interest rate.

YourNameProg4.java class
In the YourNameProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
Your driver should generate the following outputs:

Output:
Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Categories: Java Tags: , , , , , ,

Java Homework4

November 13th, 2009 Comments off

I wouldn’t normally ask someone to do my homework for me but I am strapped for time and I am really struggling to figure this out. I will gladly pay you for your time.

Project detail is included:

The file must be called <Prog4.java> (driver program)
SavingsAccount.java (handles interest and balance calculations)

Ensure you include ALL files required to make your program compile and run..java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Overall Requirements
Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:
Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81
Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.
SavingsAccount.java class
In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

You are also required to provide a class method that sets the annual interest rate.

YourNameProg4.java class
In the YourNameProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
Your driver should generate the following outputs:

Output:
Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Categories: Java Tags: , , , , , ,

Java Homework

November 13th, 2009 Comments off

I wouldn’t normally ask someone to do my homework for me but I am strapped for time and I am really struggling to figure this out. I will gladly pay you for your time.

Project detail is included:

The file must be called <Prog4.java> (driver program)
SavingsAccount.java (handles interest and balance calculations)

Ensure you include ALL files required to make your program compile and run..java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Overall Requirements
Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial balance of $3,000. Set a common rate of interest at 5% per year. At the end of each month, update the balance by adding one month’s interest to the balance, so that the balance compounds monthly. Print an output that displays the month number and the account number and the balance for each of the two accounts. Use month 0 to display the initial balances, month 1 to display the balances after the first month’s interest, and so on. At the end of the year, display the total balance for both accounts combined, like this:

Output:
Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81
Use two classes, a SavingsAccount class and a YourNameProg4 as your Driver class.
SavingsAccount.java class
In the SavingsAccount class, declare a class variable called annualInterestRate, an instance constant called ACCOUNT_NUMBER, and an instance variable called balance. Provide a two-parameter constructor to initialize the instance constant and instance variable, and provide accessors for the instance constant and instance variable. Provide an addMonthlyInterest method to update the balance, by adding (balance * annualInterestRate / 12) to the current balance.

You are also required to provide a class method that sets the annual interest rate.

YourNameProg4.java class
In the YourNameProg4 Driver class, instantiate the saver1 and saver2 objects. Set the annual interest rate at 0.05. Print the table heading lines. Use a for loop to print the initial account numbers and balances and the account numbers and balances each month after that month’s interest has been added. After the last month’s printout, compute and display the total of both balances.
Your driver should generate the following outputs:

Output:
Monthly balances for one year with 0.05 annual interest:
Month Account # Balance Account # Balance
—– ——— ——- ——— ——-
0 10002 2000.00 10003 3000.00
1 10002 2008.33 10003 3012.50
2 10002 2016.70 10003 3025.05
3 10002 2025.10 10003 3037.66
4 10002 2033.54 10003 3050.31
5 10002 2042.02 10003 3063.02
6 10002 2050.52 10003 3075.79
7 10002 2059.07 10003 3088.60
8 10002 2067.65 10003 3101.47
9 10002 2076.26 10003 3114.39
10 10002 2084.91 10003 3127.37
11 10002 2093.60 10003 3140.40
12 10002 2102.32 10003 3153.49
Final balance of both accounts combined: 5255.81

Categories: Java Tags: , , , , , ,

Project A B D

November 11th, 2009 Comments off

Write the program as a procedural C++ program. Calculate and display the mortgage payment amount using the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage as input by the user. Then, list the loan balance and interest paid for each payment over the term of the loan. On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list. Allow the user to loop back and enter new data or quit. Insert comments in the program to document the program.loan amount of $200,000, a term of 30 years, and an interest rate of 5.75%

Categories: C/C++ Tags: , , , , , ,
Bear