Search:

Type: Posts; User: ddonn

Search: Search took 0.20 seconds.

  1. Replies
    2
    Views
    1,811

    Re: BankAccount assignment problem

    I have overcome some of my confusion and come up with this;

    import javax.swing.JOptionPane;
    public class FixedStartingBankBalanceAccount

    {

    public static void main(String[] args)
    {
  2. Replies
    2
    Views
    1,811

    Re: BankAccount assignment problem

    I have overcome some of my confusion and come up with this;

    import javax.swing.JOptionPane;
    public class FixedStartingBankBalanceAccount

    {

    public static void main(String[] args)
    {
  3. Replies
    2
    Views
    1,811

    BankAccount assignment problem

    Hi everyone,

    I have been given an assignment to create a file called FixedStartingBalanceBankAccount. I have also been given a BankAccount class file(attached).

    My assignment is to create a...
Results 1 to 3 of 3