I was wondering if any one can help me with this:

Design and write a Pascal program which will display the number of notes and coins need for a payslip. The user will enter the weekly wage and the program will display the coinage analysis on the screen.

Sounds like you have to write a program that takes a user-supplied number (like $132.17) and turn it into cash.

This is an easy homework problem you should be able to do yourself. But here's a hint: start by subtracting the large denomination bills first and work your way down to pennies until your number hits $0.00.

Good luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.