Search:

Type: Posts; User: Bill_H

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    4,630

    Re: Repeating program issue

    That did it! Thanks a lot! We haven't covered recursion yet, though I've skimmed the chapter, so now I know what to do in the case of returning and repeating a method. Thanks again!
  2. Replies
    5
    Views
    4,630

    Re: Repeating program issue

    Yeah, I had originally use a String variable, but to reduce the amount of possible outcomes, I changed it to a char so only the first character of the text input will be read, and it allows me to use...
  3. Replies
    5
    Views
    4,630

    Repeating program issue

    I need to get a method in my CommonUse class to work properly with any other class. What I'm aiming for is to use this particular method in future programs for school without having to rewrite the...
Results 1 to 3 of 3