Search:

Type: Posts; User: jo15765

Search: Search took 0.14 seconds.

  1. Replies
    12
    Views
    1,572

    Re: Help Passing Variables

    Cool :) I'll make a note of this, and use it in future coding projects!
  2. Replies
    12
    Views
    1,572

    Re: Help Passing Variables

    How would I use that?
  3. Replies
    12
    Views
    1,572

    Re: Help Passing Variables

    I was comparing the wrong 2 variables. Beginner's error. Thank you for the help! (As well as the future tip of printing the variables when results are not looking like I think they should)
  4. Replies
    12
    Views
    1,572

    Re: Help Passing Variables

    When I print the value of the variables, they display properly (as they should). That's why I was curious if I wrote my If statement wrong.
  5. Replies
    12
    Views
    1,572

    Re: Help Passing Variables

    Such a simple solution! I don't know why I didn't think of that! One more question...I think I have my if...else statement set up improperly. What it is supposed to do is if masterNumber equals...
  6. Replies
    12
    Views
    1,572

    Help Passing Variables

    I am running this code below:


    public static void Check(int masterNumber)
    {
    int reverseIt = 0;

    for (int i=0; i<=masterNumber; i++)
    {
    int r = masterNumber%10;
Results 1 to 6 of 6