Contar

Ejemplos de código

-2
0

contar

	//Calculate the times a character occurs
	public static int charCount(String userInput) {
		
		//convert the string to a char array
		char[] StringArray = userInput.toCharArray();
		
		//hashmap that stores the characters. key will be the time it occures
		HashMap<Character, Integer>charCount = new HashMap<Character, Integer>();

Páginas relacionadas

Páginas de ejemplo relacionadas

En otros idiomas

Esta página está en otros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................