For this question, you will be given all the code necessary except the parameters. This method needs to take in a List of any type of...
X472: Mystery Parameter
For this question, you will be given all the code necessary except the parameters. This method needs to take in a List of any type of number (Float, Integer, Double, etc). This parameter will need to make use of a wildcard.
You can find documentation for the List datastructure at: https://docs.oracle.com/javase/8/docs/api/java/util/List.html
Be sure to either name your parameter 'list' or rename the variable in the method!
Your Answer:
Feedback
Your feedback will appear here when you check your answer.