Write a function that converts Kg to lbs, returns the answer to the nearest 1/100th of a pound
Solution Stats
Problem Comments
5 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers178
Suggested Problems
-
07 - Common functions and indexing 2
423 Solvers
-
Rounding off numbers to n decimals
5519 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
160 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 Solvers
-
228 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I may be wrong, but I think the test suite is using an incorrect conversion factor.
Yes. Obviously, the Yaz pound is slightly different from the imperial pound.
My apologies, I copied the conversion factor wrong, it's fixed now!
Test 3/Test 4 are broken (should be a single test but comment has broken it into two).
Broken test case (3/4) are fixed.