Search found 1 match
- Fri Nov 06, 2015 6:15 am
- Forum: Homework
- Topic: Program to register products and save in a text file
- Replies: 0
- Views: 10010
Program to register products and save in a text file
This week I have to make a program in Lisp that register a product by name, category and code, then save it in a .txt file. The program must have a menu with options. The options are: 1. Create a product 2. Delete 3. Search by name 4. Search by category 5. Search by code 6. List sorted by name 7. Li...