Write a function named Change() that has an integer parameter and also has another six integer reference arguments named Hundreds, fifties, twenties, tens, fives, and ones. the function is to consider the integers passed value as a dollar amount and convert the value into the lease number of equivalent bills.
The function should return the respective arguments in the calling function
input
enter an amount of money, to the nearest dollar: 1275