Sinu  Joseph

Sinu Joseph

  • NA
  • 136
  • 65.7k

collections in c#(list of prgmming lang)

Jun 2 2013 5:27 AM
Create a list of programming languages and do the following actions:

a)check whether the list contains the language "C#" in it.
b)if there is a language 'c' in the list, then remove it.
c)add the language "vb.net" to the 4th position of the list
d)sort the list
e)display the list

Answers (2)