Coding Exercise: List

Test your understanding about lists.

Problem

This activity uses a list for a grocery-list program. Create a console application called Grocery List that meets the requirements below.

  1. Display the following: Add/ Remove/ Display items from grocery list (Add/Remove/Display/Exit):
...