Y
yu.doll
hi all,
i need to write some really basic stuff, im just trying to figure out
different ways to do it, and i can only come up with so many.
i need to write a chart that shows from 5 cents to 1 dollar, in 5 cent
increments, how many nickels, dimes, quarters, or dollars can be made
up for that value. For example 10 cents, could be 2 nickels, or 1
dime. 30 cents could be 6 nickels or 3 dimes. 25 cents could be 5
nickels or 1 quarter. I need to make up a chart that shows this.
Using a for loop, go from 5 cents till 100 cents in 5 cent increments.
For each coin type, nickel, dime, quarter: display how many coins can
evenly go into the given amount.
align the output.
i need to write some really basic stuff, im just trying to figure out
different ways to do it, and i can only come up with so many.
i need to write a chart that shows from 5 cents to 1 dollar, in 5 cent
increments, how many nickels, dimes, quarters, or dollars can be made
up for that value. For example 10 cents, could be 2 nickels, or 1
dime. 30 cents could be 6 nickels or 3 dimes. 25 cents could be 5
nickels or 1 quarter. I need to make up a chart that shows this.
Using a for loop, go from 5 cents till 100 cents in 5 cent increments.
For each coin type, nickel, dime, quarter: display how many coins can
evenly go into the given amount.
align the output.