Problem
1. Create an IPO chart for each of the following methods:
a. The method that produces your paycheck
b. The method that calculates your semester tuition bill
c. The method that calculates your monthly car payment
2. Create the logic for a program that continuously prompts the user for a number of dollars until the user enters 0. Pass each entered amount to a conversion method that displays a breakdown of the passed amount into the fewest bills; in other words, the method calculates the number of 20s, 10s, 5s, and 1s needed.