+ 2
#CODINGCHALLANGE
During the quarantine, it is hard to stay busy and it is quite easy to lose track of our progress. But not for US programmers! Use language C. Your program will work with palindromes. The input is lines of letters of the English alphabet. Your task for the output will be writing out the longest palindrome from the input in case if there are more of the same length than both of them and the length of it. Use functions for better visibility. Example: INPUT: hjkcalacpko ezez OUTPUT: 5 calac 3 eze zez Good luck!
3 Respostas
+ 2
Hey can I do it with java?
+ 1
Of course! C is just a preferred suggestion.
0
Thanks