#hackerrank #csharp #longestEvenWord #solution #codesevidence
Problem Statement : Longest Even Word
-----------------------------------------------------------------------
Consider a string, sentence, of words separated by spaces where each word
is sub string consisting of English alphabetic letter only.
Find the first word in the sentence that has a length which is both an even
number and greater than or equal to the length of any other word of even length in the sentence.
If there are multiple words meeting this criteria, return the one which occurs first in the sentence
If you want to solve this type of problem next time own their own then please watch this video till the end, you may solve this problem just copying the code but copying code is not perfect solution.
After watching this video if you still facing any challenges or issue please feel free to write to us on [email protected] or in comment section
We love to hear your query and we will back to you as soon as possible.
Happy Learning
Codes Evidence