Counting Character Occurrences

# Introduction In this challenge we will use the Java `Map` interface, the `HashMap` implementation and the `Set` interface to count the occurrences of each character in a given input string. The program will take a string as input, strip off all non-alphabetic characters, and then output the number of occurrences of each character to the console.

|60 : 00

Click the virtual machine below to start practicing