- Given a string containing a number followed by pounds or kgs, for example:
- 'Billy lost 22 pounds in four weeks.'
- 'Maria gained 10 kgs in 18 months.'
- If the unit was pounds, that amount should be converted to nearest rounded kgs:
- 'Billy lost 10 kgs in four weeks.'
- If the unit was kgs, that amount should be converted to nearest rounded pounds:
- 'Maria gained 22 pounds in 18 months.'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers44
Suggested Problems
-
Determine whether a vector is monotonically increasing
23138 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2016 Solvers
-
17435 Solvers
-
10748 Solvers
-
288 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Nice challenge!