This program problem find out the consecutive string from a to z in alphabetical order in a multi-line stringm of n lines of length n. You can move up, right, left or down. First, you find the a. if there is a b either up, down, left or right from the position of a, you can move there. if there is a c either up, down, left or right from the position of b, you can move there. continues below to z. Rewrites all nonconsecutive strings of letters a through z to -. In other words, this problem only displays the consecutive string from a to z in a multi-line string m of n lines of length n. Answer to output , as follows.