Given a String, find the first non-repeated character in the string.
Input:
abcdeecbkbala
Output:
Input String:
abcdeecbkbala
First non-repeated char in the string: d
Code:
Input:
abcdeecbkbala
Output:
Input String:
abcdeecbkbala
First non-repeated char in the string: d
Code:
No comments:
Post a Comment