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))
|
Is my wife right? Now with even more wrong husband
1241 Solvers
Remove white space from the string
168 Solvers
725 Solvers
83 Solvers
205 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!