--- 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);
--- 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);