Search:

Type: Posts; User: TKapeuasha

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    16,209

    I gave up already without trying finding a...

    <p>
    I gave up already without trying finding a complete solution that works. The problem is too complex for 30 marks. It&#39;s supposed to be at least 50 or more. We didn&#39;t do any problem that combined...
  2. Replies
    14
    Views
    16,209

    What do you mean?

    What do you mean?
  3. Replies
    14
    Views
    16,209

    thank you. i am now having problem merging two...

    thank you. i am now having problem merging two source code. they are working separately. i am actually doing that assignment attached.



    #include<stdio.h>
    #include<stdlib.h>
    #include<time.h>...
  4. Replies
    14
    Views
    16,209

    thank you

    thank you
  5. Replies
    14
    Views
    16,209

    i used srand (time(0)); for(i=0; i

    i used


    srand (time(0));
    for(i=0; i<7; i++)
    a(i)=rand()%16)


    however i still has repeating numbers sometimes. they said srand should get ride of repeating numbers, thats my dilemma
  6. Replies
    14
    Views
    16,209

    perhaps i should have posted my code, the one...

    perhaps i should have posted my code, the one that, i did not modify to include srand. my problem is my random generator is giving me the same numbers. all i need for you guys to help me with is,...
  7. Replies
    14
    Views
    16,209

    How can I fix it, I need to use srand and the...

    How can I fix it, I need to use srand and the generated numbers should be a list of 7 numbers.

    Thanks for your help
  8. Replies
    14
    Views
    16,209

    srand and Random number generator

    I am trying to generate 7 random number that doesn't repeat and print them out sorted and unsorted. I am having 1 error that
    i can't seem to fix. can anyone please help me. i am running out of...
Results 1 to 8 of 8