15# Profitable Gamble | Scratch Coding Practices & challenging Tasks
https://www.youtube.com/watc...Create a Code that takes three arguments prob, prize, pay and returns true if prob * prize greater than pay; otherwise return false.
To illustrate:
profitableGamble (0.2, 50, 9)
... should...
Home
/
Indie Game Developers/
Block Programming/
15# Profitable Gamble | Scratch Coding Practices & challenging Tasks