Create, using NetBeans, a complete Java program called StringReverse that: prompts the user at the command line for one 3-character string, then (after the user inputs that first 3-character string) Write a complete Java program called CharCounter that gets two Strings called word and chara...