Write a program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abdullah008
    New Member
    • Jan 2010
    • 1

    Write a program

    please i want your help :-(

    Java program


    Your local bank has contracted you to design a Java application that will process saving account data for a given customer in a given year. Assume that the saving account accurse interest at a rate of 12 percent per year. The user must enter the account balance, current deposits and amount of withdrawals.

    Your program should have methods that do the following:

    calcInterest
    deposit
    withdraw

    The Main method should ask the user for the following information:

    Please Enter Your Name
    Please Enter your current balance
    Please Enter the amount you want to deposit
    Please Enter the amount you want to withdraw
    At the end The Main method should display a report to the user
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    What part do you need help with? Note that we will not just hand you the code for this program - if we did, you would not be learning anything.

    What have you tried?
    What works?
    What doesn't work?
    What errors do you get?
    Etc..

    Also, please post the code you're having problems with (and any errors). Remember to use [code] tags around the code.

    Mark.

    Comment

    Working...