Instead of using indexVar as the index, start counting in your for-loop from indexVar. Also, if this is the method you want, you will probably want to check to see if args.length <= 2 because if you...