– Write a program Average.java that just prints the strings that it is given at the command line, one per line. If nothing is given at the command line, print “No arguments”.- Modify your program so that it assumes the arguments given at the command...