Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 492 Bytes

File metadata and controls

11 lines (7 loc) · 492 Bytes

Java Basics - Collections - Choice Exercises

Collection Choice Exercises (Required)

You will find the collection choice exercises in the src/main/java/org/example/CollectionChoiceExercises.java file.

Each method in this class asks you to declare a single variable using the correct collection type for the situation described.

There are no tests for this exercise, you will need to refer to the solution repository or have your instructor check your work to verify your solution.