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.

Conversation Between jps and dshainad

1 Visitor Messages

  1. Can you help me with this? Thething is there is NO question in this program. You just have to make 2 programs. The first one is for the GUI and the second will be for the showing of the output of the GUI. I hope you can help me. Thanks!


    Design class BankAccount that has attributes accountNumber, amountDeposited and amountWidthrew. It has its own methods computeInterest(), displayBalance(), withdrawMoney() and depositMoney().
    Impose a 0.5% interest on balance. Create a separate class MainBank that will manipulate/ display its values:

    Sample Input/Output:

    Enter money to deposit: 1000.0
    Enter money to widthraw: 0.0

    Previous balance is 1,000.0
    Interest is 5.0
    New balance is 1,005.0
Showing Visitor Messages 1 to 1 of 1