Question: This is a two part program for C++. Please ensure to do both programs and i need them to be separate not combined i need to see code for both.
Part 1: Prepare a program for a bank that allows the user to enter an amount of money in cents. Show the number of whole dollars the bank will give the customer in exchange.
Part 2: Modify the program in 6a so that, in addition to the cents, the user enters the denomination of the coin to which to convert the pennies, such as 5 for nickels or 25 for quarters.
Please keep it simple and short and no copy and paste or at least help me get started?