Write a program to find the pairs of letters in a word (provided by user) each of which has as many letters between them in the word as there are between them in the alphabet. Ex: Word: StudyKorner pairs: St, Su, tu, to
Below you'll find a list of all posts that have been tagged as “pattern matching”
Write a program to find the pairs of letters in a word (provided by user) each of which has as many letters between them in the word as there are between them in the alphabet. Ex: Word: StudyKorner pairs: St, Su, tu, to