Search⌘ K
AI Features

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.

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):
...