Coding Exercise: List
Explore how to implement list operations in C#. This lesson guides you through creating a grocery list console application where you add, remove, and display items using lists. Understand basic data structure manipulation while practicing fundamental programming concepts.
We'll cover the following...
We'll cover the following...
Problem
This activity uses a list for a grocery-list program. Create a console application called Grocery List that meets the requirements below.
- Display the following:
Add/ Remove/ Display items from grocery list (Add/Remove/Display/Exit):