Unique characters

Report a typo

Write a program that reads a word and prints the number of characters that appear in it only once.

Sample Input 1:

abracadabra

Sample Output 1:

2
Write a program in Kotlin
fun main() {
// put your code here
}
___

Create a free account to access the full topic