Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3;
y = 300;
z = 300;
C = 2;
assert(isequal(Egg_Milk_Sugar(x,y,z),C))
P =
2
|
2 | Pass |
x = 0;
y = 999;
z = 999;
C = 0;
assert(isequal(Egg_Milk_Sugar(x,y,z),C))
P =
0
|
3 | Pass |
x = 12;
y = 1000;
z = 100;
C = 6;
assert(isequal(Egg_Milk_Sugar(x,y,z),C))
P =
6
|
The Answer to Life, the Universe, and Everything
383 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
615 Solvers
101 Solvers
94 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!