A C D H M S T

C

Coin - class Coin.
Histogram Project:
* * Coin objects simulate a coin that, when tossed, has an equal * probability of turning up heads or tails.
Coin() - Constructor for class Coin
Constructs a coin that has not yet been tossed; neither * heads nor tails will return * true until the toss method is * invoked.

A C D H M S T