Using any programming language you want, write two different implementations (one that uses a loop and one that does not) of a function that receives a string and returns the sum of the numeric characters in it. (Example: input - ‘0ut5yst3m5’; result - 13) Provide instructions on how to test your code including calls to your function with input examples. Your instructions will be followed thoroughly - If we cannot test your code by following them, you have failed the question. The simpler the better.