Search:

Type: Posts; User: C++kingKnowledge

Search: Search took 0.10 seconds.

  1. Re: Need help developing a basic credit program in Java

    like how u made public void calculateBalance() that's a method... make a few more methods but name them getAcctNum(), setAcctNum() and so forth for the other methods i suggested... the boolean method...
  2. Re: Need help developing a basic credit program in Java

    i would first start by moving those variables outside of calculateBalance() to make them data members... then i would make additional methods to get and set the account number, get and set total...
Results 1 to 2 of 2