Given a mass in kg, convert it into lbs. Use a conversion factor of 2.205 lbs/kg.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1567
Suggested Problems
-
3403 Solvers
-
How long do each of the stages of the rocket take to burn?
460 Solvers
-
Sum of odd numbers in a matrix
618 Solvers
-
Flip the vector from right to left
10831 Solvers
-
Calculate the average value of the elements in the array
1752 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test criteria is wrong, can't assert the right return value.
The description has been updated to state the precision of the conversion factor used in the test suite.
For people about to attempt this, here's a hint:
The third test will require an if-else statement to suit the criteria. Make sure you know how to build one before starting this.