
04-03-2013, 05:09 PM
Your solution has a couple of issues.
1. You decrement the numeric variable bottles. This is good.
2. However, you print the string variable number. This is not good.
The solution is to print your numeric variable bottles. To do this you use the function (functions tab) 'what as a string' in your say method.
Now delete the string variable number, because it is not used.
Check this file.
|