Search:

Type: Posts; User: Wizand

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,797

    [SOLVED] Re: how to make an if say that it doesnt equal

    Try not to lose the context in between the rows. Your equation "int magic = goodYear" means you are inserting the value of goodYear to the magic.
    Right after this you compare if magic equals to...
  2. Replies
    7
    Views
    1,797

    [SOLVED] Re: how to make an if say that it doesnt equal

    Hello.

    I see GregBrannon and Ganeprog have already given you nudges to the right direction but more aid can't hurt right?

    int goodYear = month * day * year;
    int magic = goodYear;

    Might help...
Results 1 to 2 of 2