0
To check string unique or not
write a program in java to accept a string and check whether the string is unique or not. A string said to be unique if none of the alphabets present in the string are repeated.
1 Antwort
write a program in java to accept a string and check whether the string is unique or not. A string said to be unique if none of the alphabets present in the string are repeated.