Search:

Type: Posts; User: Silsilay

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    2,301

    how do i use looping for that? any example...

    how do i use looping for that? any example coding?? :)
  2. Replies
    5
    Views
    2,301

    Array and random number

    may i noe how do i initialise a random number to array?
    is this how i do it??


    int result[3]={rand( ) % 9 + 1};
  3. Replies
    10
    Views
    5,595

    guys anyone can help me with this?? :(

    guys anyone can help me with this?? :(
  4. Replies
    10
    Views
    5,595

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>


    int main (void)
    {
    int play_again;
    int guess;
    int result[3];
  5. Replies
    10
    Views
    5,595

    thank u so much guys!! i will work more on it...

    thank u so much guys!! i will work more on it come bk wit a btr coding :)
  6. Replies
    10
    Views
    5,595

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    int main (void)
    {
    int guess;
    int play_again;
    int r_num;
    srand (time (NULL));
  7. Replies
    5
    Views
    1,495

    i urgently need an answer for that!! would u mind...

    i urgently need an answer for that!! would u mind helping??
  8. Replies
    3
    Views
    4,629

    how do i program a guessing game?

    Hye guys am new to programming. i rely need to noe how do i code the following requirements:



    Each digit of the number cannot be repeated
    The first digit can start with 0
    If the number...
  9. Replies
    5
    Views
    1,495

    how do i program a guessing game?

    Hye guys am new to programming. i rely need to noe how do i code the following requirements:



    Each digit of the number cannot be repeated
    The first digit can start with 0
    If the number...
  10. Replies
    10
    Views
    5,595

    how do i program a guessing game?

    Hye guys am new to programming. i rely need to noe how do i code the following requirements:



    Each digit of the number cannot be repeated
    The first digit can start with 0
    If the number...
Results 1 to 10 of 10