solution to the program

Newbie Member
11Mar2012,23:20   #1
sipho.dennis's Avatar
You are a manager of a computer hardware store and need to keep an inventory that can tell you what different peripherals you have, how many of each you have on hand and the cost of each one. Write a program that initializes the random – access file hardware.dat to 20 empty records, lets you input the data concerning each device, enables you to list all your devices, lets you delete a record for a device that you no longer have and lets you update any information in the file. The device identification number should be the key.
Mentor
12Mar2012,16:12   #2
xpi0t0s's Avatar
How far have you got and where are you stuck? Do you understand the requirements?