Visual C# 2010 How to Program Deitel Chapter 9 Exercise 9.4 Solution

$ 12

Visual C# 2010 How to Program Deitel Chapter 9 Exercise 9.4 Solution

9.4 (Duplicate Word Removal) Write a console application that inputs a sentence from the user (assume no punctuation), then determines and displays the non-duplicate words in alphabetical order. Treat uppercase and lowercase letters the same. [Hint: You can use string method Split with no arguments, as in sentence.Split(), to break a sentence into an array of strings containing the individual words. By default, Split uses spaces as delimiters. Use string method ToLower in the select and orderby clauses of your LINQ query to obtain the lowercase version of each word.]

98 in stock

SKU: DEITELCHAP9E4 Category:

Description

Visual C# 2010 How to Program Deitel Chapter 9 Exercise 9.4 Solution

9.4 (Duplicate Word Removal) Write a console application that inputs a sentence from the user (assume no punctuation), then determines and displays the non-duplicate words in alphabetical order. Treat uppercase and lowercase letters the same. [Hint: You can use string method Split with no arguments, as in sentence.Split(), to break a sentence into an array of strings containing the individual words. By default, Split uses spaces as delimiters. Use string method ToLower in the select and orderby clauses of your LINQ query to obtain the lowercase version of each word.]

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.