Skip to content

removed practice 4.2 files and instructions in README #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ To run these tests, right-click on the `CollectionExercisesTests` class and sele

You will see the results of the tests in the `Run` tab at the bottom of the IDE.

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

## StudentManager Challenges (Optional)

A class named `StudentManger` is included in this project to show a larger example of collections applied to a "real"
Expand Down
36 changes: 0 additions & 36 deletions src/main/java/org/example/CollectionChoiceExercises.java

This file was deleted.