i have this code :

public class NewClass {

public static void main(String[] args) {
String s = JOptionPane.showInputDialog("Enter a string:");
int[] counts =...