Showing posts with label Sort in file.. Show all posts
Showing posts with label Sort in file.. Show all posts

Monday, 28 October 2013

Write a program to read a list of words, sort the words in alphabetical order and display them one word per line. Also give the total number of words in the list

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;

namespace Sort_file_handling
{
    class Program
    {