Search:

Type: Posts; User: Dr.Cognitive

Search: Search took 0.10 seconds.

  1. Re: Why doesn't this change the variables that are passed in?

    Thanks for the input Jashburn! That does make sense.

    I guess the context might help. Basically, I'm trying to write a program that will convert raw scores to scaled scores for a bunch of the...
  2. Re: Why doesn't this change the variables that are passed in?

    Hi Jashburn,
    I actually figured out the issue (I did use the "this." as I mentioned in the initial post, but it didn't make a difference since there weren't duplicate variables in the same class)...
  3. Re: Why doesn't this change the variables that are passed in?

    Well, I figured out part of the problem. I need to remove the "else" parts of the if...then...else code. That fixed the month and year calculations. However, I'm still not getting the year. The only...
  4. Replies
    3
    Views
    1,299

    Re: Isn't the result supposed to be 6?

    I'm kind of struggling with something similar, but in this case, I think what is happening is that you are sending the argument of i to the method inc. The method is then updating a local variable of...
  5. Why doesn't this change the variables that are passed in?

    Hi, I'm having some trouble figuring out how to change the value of a variable that is passed into a class.
    I've tried just changing the variable, I've tried changing it by using the this.variable...
  6. Re: Best way to approach building a document based on a series of check box selections?

    I ended up having to hire someone to do it. Luckily he didn't charge much to make the basic shell that I could build on. On the other hand, I did find a great video training series on Object Oriented...
  7. Re: Best way to approach building a document based on a series of check box selections?

    Hi Greg,
    Thank you for the reply. I understand what you are saying. I guess I was looking not so much for "coding" but more OOP programming logic. For example, when working with massive check box...
  8. Best way to approach building a document based on a series of check box selections?

    Hello forum,

    I did a search and couldn't find anything that seemed to address this issue. Hopefully someone can help.

    I'm trying to build a program that would present the user (well...me) with...
  9. Replies
    1
    Views
    814

    New user hello message.

    class DrCognitive {
    public static void main(String[] args) {
    System.out.println("Hello Java Programming Forums!!");
    }
    }

    Okay, just kidding. I guess I should start by saying...
Results 1 to 9 of 9