Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 60;
c = 3000;
assert(pizza(a,c)>450)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pizza (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
a = 30;
c = 3000;
assert(pizza(a,c)<260)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pizza (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
a = 15;
c = 6000;
assert(pizza(a,c)>240)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pizza (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
Which values occur exactly three times?
3817 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
856 Solvers
Fahrenheit to Celsius converter
358 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!