Skip to content

Commit 610e75a

Browse files
committed
add README.md
1 parent bbeba9e commit 610e75a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Store Checkout System/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ The application provides fast lookup for product information.
88
A clerk (or customer) inputs a product stock number and the system returns the record for that item.
99

1010
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.

0 commit comments

Comments
 (0)