1
Answer

random numbers

Ask a question
louis Tunde

louis Tunde

11y
941
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)