Please help me make a pseudo code solution for this problem.
A person suspects that a dice is biased and gets 10 people to throw 100 times each and record.
A algorithm is need input numbers from each person (into the a Throws array) and output the distribution of the numbers 1 to 6 as well as output the highest scoring.
Output whether or not the dice is biased.
A person suspects that a dice is biased and gets 10 people to throw 100 times each and record.
A algorithm is need input numbers from each person (into the a Throws array) and output the distribution of the numbers 1 to 6 as well as output the highest scoring.
Output whether or not the dice is biased.
Last edited: