Search:

Type: Posts; User: ZBixby

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,223

    Re: Only uses Default Constructor

    Aggg this code is bugging me horribly. I might try starting I think the biggest problem I'm having trouble understanding is setting the yearsInvested; and moneyInvested; to private but then having to...
  2. Replies
    7
    Views
    1,223

    Re: Only uses Default Constructor

    I believe the problem I'm having for it only using the default constructor is that I can't pull the moneyInvested; and yearsInvested; because they are private classes:



    private double...
  3. Replies
    7
    Views
    1,223

    Re: Only uses Default Constructor

    Here is where I should be putting in my input for example I choose for "invest" 2000 however the code won't read that and is navigating back to the default constructor
    1786

    This is where I should...
  4. Replies
    7
    Views
    1,223

    Only uses Default Constructor

    My class is currently working on Looping; Characters, Strings, and the StringBuffer Assignment and I'm having a bit of an issue with my code as it will only use the default constructor. On top of...
Results 1 to 4 of 4