tricky algorithm problem involving dividing change (cents)(¢)

Author Topic: tricky algorithm problem involving dividing change (cents)(¢)  (Read 2129 times)

We had a program exactly like this due in Introductory Computer Programming, using Visual Basic we used modular division, which used the "\" symbol, not sure if the same goes for Torquescript
%

Here is a Stack Overflow thread that will be of use.

Here is a PDF posted in that thread that will be of use.

Thread has code examples that are easy to follow. Good luck.