Search:

Type: Posts; User: welborc

Search: Search took 0.09 seconds.

  1. Re: Can't get my program to work!! Please help!

    :confused::confused:
    Where the lines prints: "Balance after withdraw of 2500: I want it to say 17500.0, what math operations to do I do, to get the original balance of 20500 to subtract 2500 from...
  2. Re: Can't get my program to work!! Please help!

    So here is the output that I want:

    Date Created: Fri May 16 09:33:15 EDT 2014
    Account ID: 1122
    Balance: 20000.0
    Interest Rate: 0.045
    Balance after withdraw of 2500: 17500.0
    Balance after...
  3. Re: Can't get my program to work!! Please help!

    I thought that I created the variable here. Is it created incorrectly?



    class Account {
    //define variables
    private int id;
    private double balance; // balance for account
    private double...
  4. Can't get my program to work!! Please help!

    Hello! I have wrote this program over and over again, can someone please tell me what I am missing, it looks like its a small error I am not catching.

    Here is what I am trying to accomplish:
    ...
Results 1 to 4 of 4