Search:

Type: Posts; User: wejnc

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    3,988

    Like CommonTater mentioned: You get the start...

    Like CommonTater mentioned:

    You get the start month assign it to a variable let say int startMonth, and end month as int endMonth. If 1-12 is the input of the user from January to December, then:...
  2. Replies
    2
    Views
    1,689

    calling function: result = multiply(array1,...

    calling function:
    result = multiply(array1, array2, array3);
  3. Replies
    21
    Views
    5,341

    hehe, I am not a student, I am one of the tutor....

    hehe, I am not a student, I am one of the tutor. But you really need to tell me which class are you in and who is your tutor, so that I know what kind of info I can give you. Let me know which steps...
  4. Replies
    21
    Views
    5,341

    This will make your code complicated. You do not...

    This will make your code complicated. You do not assign # and ! to your array, just print it out as # and !. the grid array should have the real random pairs for char and not '#' or '!'
  5. Replies
    21
    Views
    5,341

    I dont really know what were you asking about the...

    I dont really know what were you asking about the "!", but the "!" is just for showing, you dont need to create an extra array or even variable to show this sign. You should had 2 variable to...
  6. Replies
    21
    Views
    5,341

    LOL, HIT2080? Which class are you in? Anyway,...

    LOL, HIT2080?
    Which class are you in?
    Anyway, to remain 2 tiles stay open, just keep track of the flip count, you only reset it to "close" tile after 2 tiles has been flipped. So basicly, if you...
Results 1 to 6 of 6