Search:

Type: Posts; User: punter

Search: Search took 0.00 seconds.

  1. Thread: Random Numbers

    by punter
    Replies
    8
    Views
    1,818

    I did what you said (break things down) and It is...

    I did what you said (break things down) and It is all working now.
    I hail you my guru from today onwards *hail*
  2. Thread: Random Numbers

    by punter
    Replies
    8
    Views
    1,818

    Random Numbers

    Hey.
    The intent of this program is to help answer the question “How good is the random number generator rand()?”. The program must be designed and written in a modular fashion using functions and...
  3. Replies
    8
    Views
    2,564

    Hey. Thank you so much.. that works and the loop...

    Hey.
    Thank you so much.. that works and the loop is complete...
    anon had a point... requirement 4 does say i need to give some information about how many loops it would have taken it to find the...
  4. Replies
    8
    Views
    2,564

    hey yeah, i know... i could use the sqrt but...

    hey
    yeah, i know... i could use the sqrt but this problem has to be dealt using that formula
    and thus y=0.5*(x+a/x)

    now what i dont know is how to close off this program using the for or...
  5. Replies
    8
    Views
    2,564

    Square Root Problem

    The basic structure of the program is this:
    1. issue an interactive prompt for the user to enter a non-negative number,
    2. verify that the input is indeed non-negative, or that the user wishes to...
Results 1 to 5 of 5