//Java Program to count the total number of characters in a string import java.util.*; public class CountChars { public static void mai...