Your program should use a method (Java) or a function (PhP) to handle the task of removing non-numerics from the string. You can imagine that this method would be used to "clean" an input text field that is expecting to receive a numeric ID number such as 8953480085.
For example, if the input to the program is $43504.00, the output should be 4350400.
Handin instructions: Post your well-documented, well-structured solutions to the CPSC225 wiki.