Question: please answer it fast code neaded answer only if you know Write a program that reads a number N and a list of strings. There

 please answer it fast code neaded answer only if you know

Write a program that reads a number N and a list of

strings. There are two strings in the given list which are reverse

please answer it fast

code neaded

answer only if you know

Write a program that reads a number N and a list of strings. There are two strings in the given list which are reverse to each other. Print the middle character of one of the strings which are reverse to each other. - All strings in the given list are odd in length. Input The first line of input contains an integer representing N. The second line of input contains N space-separated strings. The output should be a single line containing a string that is the middle character of the string which is the reverse of another string in the given list. Explanation For example, if the given number is N=4 and the list is abc efg gfh cba. - Among the four strings, abc and cba are reversed to each other i.e., when abc is reversed, it forms cba and vice-versa. - The middle character in the string abc or cba is b. The output should be b. Sample Input 1 4 i.e., when abc is reversed, it forms cba and vice-versa. - The middle character in the string abc or cba is b. The output should be b. Sample Input 1 4 abc efg gfh cba Sample Output 1 b Sample Input 2 4 jwsuz skrms wnfog zuswj Sample Output 2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!