Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

- 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...

- 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.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question