split a word into alphabets and substitute a word for each alphabets.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sury
    New Member
    • Feb 2008
    • 1

    split a word into alphabets and substitute a word for each alphabets.

    I want to split a word into individual alphabets and substitute a word for each of the alphabets in c#.

    example:
    If the word entered is LATE, the output wud be

    L:London
    A :Apple
    T:Tom
    E:Egg
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sury
    I want to split a word into individual alphabets and substitute a word for each of the alphabets in c#.

    example:
    If the word entered is LATE, the output wud be

    L:London
    A :Apple
    T:Tom
    E:Egg
    What have you done so far? How have you stored the "alphabets" ?

    Comment

    Working...