Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
coins = 7;
heads = 0;
correct_hope=100;
assert(isequal(round(tossed(coins,heads)),correct_hope))
|
2 | Pass |
%%
coins = 3;
heads = 2;
correct_hope=50;
assert(isequal(round(tossed(coins,heads)),correct_hope))
|
3 | Pass |
%%
coins = 11;
heads = 12;
correct_hope=0;
assert(isequal(tossed(coins,heads),correct_hope))
|
9834 Solvers
Set some matrix elements to zero
290 Solvers
Determine if input is a Narcissistic number
120 Solvers
123 Solvers
238 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!