Variable Number of Arguments in Java

2015-01-13

azim58 - Variable Number of Arguments in Java


Variable Number of Arguments in Java

A variable number of arguments can be passed to a method in Java using
convenience methods. This link has an example:
http://stackoverflow.com/questions/7607353/method-that-accepts-variable-num
ber-of-arguments

Player print scores
"C:\kurt\storage\CIM Research Folder\DR\2013\4-13-13\download\player
print scores.txt"



I used this method to create my own function which averages several
arraylists.
"C:\kurt\storage\CIM Research Folder\DR\2013\4-13-13\download\average
array lists.txt"