public class TestParens { public static void main(String[] args) { int excess=0; if(args.length<1) { System.out.println("Not enough arguments."); System.exit(0); } else { String testString=args[0]; for(int j=0;j