This simple command-line interface can be used to place orders with a shop.
- The catalogue contains 3 things for sale:
- Shed
- Handbag
- Tractor
- Asks how many people they're ordering for (no more than 5)
- Prompts to re-enter quantity if it's more than 5
- Collects the address of each person
- Prints "Thank you for ordering x", followed by the address for each person
Compile and run.