I admit it's a part of an assignment but I don't understand what the assignment require in this part.
This program is supposed to read 10 numbers from the keyboard and then the application findMax will take one single command line argument.
If you invoke findMax 1, it will print to the screen the largest number amongst the ten numbers.
If you invoke findMax 2, it will print to the screen the second largest number amongst the ten numbers.
If you invoke findMax 3, it will print to the screen the third largest number amongst the ten numbers.
What does invokeing mean?! does the user input 1, 2 or 3 after inputing the 10 numbers ?!
Any help is appreciated...