COMMON FUNCTIONS
The Pascal language provides a range of functions to perform data transformation and calculations. The following section provides an explanation of the commonly provided functions,


PROGRAM FOURTEEN
Given the following list of wages stored in an array,

210.33 119.78 191.05 222.94

calculate the total breakdown of required coins (ignore dollars) into 50c, 20c, 10c, 5c, 2c, and 1c pieces.

Click here for answer


Copyright B Brown/P Henry, 1988-1999. All rights reserved.