You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.