Simple Simulations. In the problems that follow, develop simple simulations using the functions randint and randfloat developed in this chapter.
Define a programmer-defined data type named Coin. A Coin has only one attribute and that is its face value. Represent the face value as a char. ‘H’=> heads, ‘T’=>tails. Use the Coin class to write solutions for problem.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.