1
Answer

random numbers

Photo of louis Tunde

louis Tunde

12y
1.2k
1
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)