Five generating questions from probability
Answers
Answered by
0
function foo() that returns integers from 1 to 5 with equal probability, write a function that returns integers from 1 to 7 with equal probability using foo() only.minimize no. of calls to foo()method.also any use of other library function is not allowed
Bhutan:
click the crown below my answer
Similar questions