An assignment to write code in Kotlin for random tossing of coins.
Question solved by #flipCoin
Create a Coin class, give it the ability to flip, create an instance of the class and flip some coins! How would you use the random() function with a range to accomplish the coin flip?