Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Java certificate of deposit calculator project

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java certificate of deposit calculator project

    Hello im pretty new to programming and this is the project that was given to me to complete and i wasnt really sure where to begin and go with it and was hoping some one here could help me out and give me some direction. Any help and or advice would be greatly appreciated. thanks.

    The manager of your bank would like you to create a program the tellers can you use to help recommend Certificates of Deposit (CDs) to customers. You need to create a program that offers a menu with different terms available. They should be able set the APR(Annual Percentage rate) one time when they open the program. They must be able to change these values because the bank continually changes the rates. They should be allowed to use the program continually for all customers that come into the bank. It should produce the output every 6 months for the Month CDs and Yearly for the Yearly CDs . They should be able to Exit the program when desired.
    Programs will be graded on the following:
    Use At least one Method Besides Main
    Use a Loop
    Use IF statements
    Produce Correct Output
    Format Data for Currency
    Use correct data types with variables
    Point Value: 50 Points
    See Sample Output Below



    Bank CD Program
    ==================
    Please Select the CD Rates you would like to see
    1. 12, 24, 36 Months
    2. 1, 3, 5 Years
    3.5,10, 15 Years
    4. 20, 25 30 Years
    5. Admin: Change APR
    6. Exit
    Please Enter Your Selection: >

    Sample Output
    Please Enter Starting Value of CD 1000

    Sample Output

    Interest Rates Every 6 Months Daily APR 1.08 APR
    12 Month 24 Months 36 Months
    $10012.00 $10012.00 $10012.00
    $10024.00 $10024.00 $10024.00
    $10038.55 $10038.55



    Sample Output for Admin Screen
    Please Enter Current APR as Percentage ie 1.08: )
    Then Load Menu Again



    the values are not correct they are just an example.


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Java certificate of deposit calculator project

    Could you post what code you have so far, as well as any specific questions you had rather than just the whole assignment?

Similar Threads

  1. Java Calculator Square Root Function
    By laser1992 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: February 3rd, 2011, 09:34 AM
  2. Java Calculator
    By helloworld922 in forum Algorithms & Recursion
    Replies: 7
    Last Post: January 10th, 2011, 06:01 AM
  3. Replies: 0
    Last Post: August 30th, 2010, 07:34 AM
  4. Replies: 2
    Last Post: August 1st, 2010, 06:29 AM
  5. Java project
    By monika88a in forum AWT / Java Swing
    Replies: 5
    Last Post: January 20th, 2010, 12:10 AM