Challenge 17 - Change please
You're building an ATM and are tasked with determining how many different ways you can break a given amount of money into different bills.
Given an input amount of money `inputMoney` and a list of values `coins` representing the possible denominations of coins the ATM can give back, complete the function `changeOptions(inputMoney, coins)` so that it returns the number of different ways the ATM could give you change.
Coins:
Money:
Output: