Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    16
    Views
    15,752

    Re: Designing an Account Class

    Its called spoon-feeding, which that poster was guilty of elsewhere as well. I presume you don't want to be handed code with no explanation as to what was done and why - denying you the opportunity...
  2. Replies
    16
    Views
    15,752

    Re: Designing an Account Class

    Did you post this at the java-forums as well? If so, I highly recommend reading the links below

    http://www.java-forums.org/new-java/50754-designing-account-class.html
  3. Replies
    16
    Views
    15,752

    Re: Designing an Account Class

    Think like the computer for a second. You try to create an Account object using the following code:


    Account myAccount = new Account(1122, 20000.00, 0.045);


    This attempt to use this...
  4. Replies
    16
    Views
    15,752

    Re: Designing an Account Class

    mccolem, please read the forum rules and the following: http://www.javaprogrammingforums.com/cafe/9544-problem-spoon-feeding.html

    m2msucks, take each error at a time. Cannot find symbol refers to...
Results 1 to 4 of 4