flip-coin
flip-coin copied to clipboard
### Details: - Removed Visual Y/N questions _(My other excuse apart from it being cleaner is my small brain don't know how to implement it)_ - Changed the command argument's...
In this case "0 0 1 1 1 0 0 1 1 0 0 0 0" the result is not correct: Tails was flipped 5 times, or 166.66666666666669 % of...
Code is currently very procedural and hurts my eyes to look at. Need to modularize it a bit more and prettify the code better (cleaning up the code is a...
Throwing out errors for some of the undefined global variables which I have now initialized at the start of the program.