Write a program that reads a word and prints the number of characters that appear in it only once.
Jumps and returns
Unique characters
Report a typo
Sample Input 1:
abracadabraSample Output 1:
2Write a program in Kotlin
fun main() {
// put your code here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.