Search:

Type: Posts; User: GregBrannon

Search: Search took 0.07 seconds.

  1. Replies
    26
    Views
    2,375

    Re: Assignment Problem. Please help

    I recommend you rethink your design/logic flow as Christopher suggested. And why are B/b and C/c still not considered valid responses?
  2. Replies
    26
    Views
    2,375

    Re: Assignment Problem. Please help

    Changing the code in previous/earlier posts also makes the conversation more difficult. When I copied the code, methodSwitch() was not a void method. If you want to post updated code, post it on...
  3. Replies
    26
    Views
    2,375

    Re: Assignment Problem. Please help

    In Java, variable and method names begin with lowercase letters, camelCased thereafter. Class names are capitalized and then camelCased. "methodswitch()" should be called "methodSwitch()," and...
  4. Replies
    26
    Views
    2,375

    Re: Assignment Problem. Please help

    Have you read your methodswitch() method? There aren't a lot of options.
Results 1 to 4 of 4