Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 265 Bytes

COIN FLIP LOGIC

A conditional operator to simulate a "coin flip". The resulting decision logic will display either heads or tails.
If the lucky number gotten is <= 6 then the player gets a tail, if its > 6 then the player gets a head.

Random.Next() Method