Choose a value above one dollar and assign it to a variable in cents ($1.28 = 128). Then, set a variable for each type of coin: penny, nickel, dime, and quarter. Use these coin variables and math operators to create four different combinations of coins to equal the value you chose at the beginning. Then announce the full equations in a string, using your variables to insert the coin and total values. In other words, don't represent one cent plus five cents with 1 + 5, use penny + nickel.