louis Tunde

louis Tunde

  • NA
  • 278
  • 59.4k

random numbers

Mar 31 2013 9:53 PM
write a console application program to generate 1000 integers between 1 and 5 in a random fashion such that 1 occur 22% of the time, 2 occur 12% of the time, 3 occur 30% of the time, 4 occur 26% of the time and 5 occur 10% of the time

Answers (1)