Is it possible to put this code
$left_Nickels = 20;
Inside any conditional and decrement the value of $left_Nickles?
Or do I have to initialize to "".
I want to be able to decrement the quantity of 20, which indicates the number of Nickels?
That's why I don't want to start of by initializing to "", and then later on in a conditional assigning $left_Nickels = 20;
Thank you, for not flaming the newb, but for helping the newb to understand and learn.