First of all, linked lists are a massively silly way of building inventory programs (like an address book). You want a random access file system so you can go straight to the record you want, change...