A programming language has the built-in function CONCAT defined as follows:


(b)
A country has a number of banks. There are cash dispensers all over the country. Each bank is responsible for a number of dispensers.
• banks have a three digit code in the range 001 – 999
• each dispenser has a five digit code in the range 00001 – 99999
A text file, DISPENSERS, is to be created.
It has one line of text for each dispenser. For example: 00342?007.
This line in the file is the data for dispenser 00342 which belongs to bank 007.
Incomplete pseudocode follows for the creation of the file DISPENSERS.




