File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ The application provides fast lookup for product information.
8
8
A clerk (or customer) inputs a product stock number and the system returns the record for that item.
9
9
10
10
The system is designed to provide facilities to add, remove and look up items, along with certain other utility functions.
11
- * Your project will use theDictionaryADTinterface (provided) to support your application program.
12
- * The dictionary takes key-value pairs.
13
- * Each key must be distinct; no duplicates are allowed. There may be duplicate values.
11
+ * Your project will use theDictionaryADTinterface (provided) to support your application program.
12
+ * The dictionary takes key-value pairs.
13
+ * Each key must be distinct; no duplicates are allowed. There may be duplicate values.
You can’t perform that action at this time.
0 commit comments