--- In [email protected], "Bill Cunningham" <bill...@...> wrote:
>
> Now where do I stick the modulus at here to get single digit numbers?

(with corrections)

  printf("%i\n", rand() % 10);


Reply via email to