A file personnel.dat contains records of people's name (up to 15 characters), age (3 digit integer), height (in metres to the nearest centimetre), telephone number (4 digit integer). Write a program to read the file and print out the details in the following format:
Height Name Age (metres) Tel. No. ---- --- ------ -------- Bloggs J. G. 45 1.80 3456 Clinton P. J. 47 1.75 6783 etc.