Write a program average.java that just prints the strings


- 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 line are integers. If there are no arguments, print a message. If there is at least one argument, compute and print the average of the arguments. Note that you will need to use the parseInt method of the Integer class to extract integer values from the strings that are passed in. If any non-integer values are passed in, your program will produce an error, which is unavoidable at this point.
- Test your program thoroughly using different numbers of command line arguments.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program average.java that just prints the strings
Reference No:- TGS0144605

Expected delivery within 24 Hours