Programming Course in C# ¡Free!

11.07 - Sorted list - Dictionary

 Saturday, April 06, 2013 published by Exercises C#

Create a basic English-Spanish dictionary, using a Sorted List.

The dictionary will store 2 words, White and Black and their translation.

Show by console the size of the dictionary and all the items that contains.

Finally, check try to translate Orange (in this case provide an error message) and Black.