User Profile

Collapse

Profile Sidebar

Collapse
jijo k abraham
jijo k abraham
Last Activity: Jul 19 '10, 02:28 PM
Joined: Jul 19 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jijo k abraham
    started a topic randomize 2
    in C

    randomize 2

    #include<stdlib .h>
    #include<iostre am.h>
    #include<conio. h>
    intmain()
    {
    int n,guessnum;
    randomize();
    cin>>n;
    guessnum=random (n-10)+10;
    cout<<guessnum< <endl:
    }
    See more | Go to post

  • jijo k abraham
    replied to randamize
    in C
    #include<stdlib .h>
    #include<iostre am.h>
    #include<conio. h>
    intmain()
    {
    int n,guessnum;
    randomize();
    cin>>n;
    guessnum=random (n-10)+10;
    cout<<guessnum< <endl:
    }



    this is also anothe questio

    if we give inputs 1,2,3, or 4
    what will be the answer?
    See more | Go to post

    Leave a comment:


  • jijo k abraham
    replied to randamize
    in C
    in the objective

    1234
    12
    123456789
    123

    please which is the correct one???
    See more | Go to post

    Leave a comment:


  • jijo k abraham
    started a topic randamize
    in C

    randamize

    #include<iostre am.h>
    #include<stdlib .h>
    #include<conio. h>
    voidmain()
    {
    randamize();
    int num,rndnum;
    cin>>num;
    rndnum=random(n um)+9;
    for9int N=1;N=rndnum-1;N++)
    cout<<N<<"";
    }
    See more | Go to post
No activity results to display
Show More
Working...