Nick1982
On this page, you find all documents, package deals, and flashcards offered by seller nick1982.
- 1
- 0
- 0
Community
- Followers
- Following
6 items
Matlab Cody Problem 28 . Counting Money
Problem 28. Counting Money

Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99.

Example:

 Input a = {'$12,001.87','$0.04','$12,003,887.55','$0.32'};
 Output b is 12015889.78


- Package deal
- Answers
- • 2 pages •
Problem 28. Counting Money

Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99.

Example:

 Input a = {'$12,001.87','$0.04','$12,003,887.55','$0.32'};
 Output b is 12015889.78