Write a program to print the first non repeated character in a string
Input Format
A string
Output Format
A Character ch
Constraints
1<=str.length()<=100
Notice
NA
Example
Input
pridumb
Output
p
Write a program to print the first non repeated character in a string
A string
A Character ch
1<=str.length()<=100
pridumb
p