Skip to content

SDEV333 Java Derusting homework PR#15

Open
oakes777 wants to merge 9 commits intoauberonedu:mainfrom
oakes777:main
Open

SDEV333 Java Derusting homework PR#15
oakes777 wants to merge 9 commits intoauberonedu:mainfrom
oakes777:main

Conversation

@oakes777
Copy link
Copy Markdown

@oakes777 oakes777 commented Jan 7, 2025

we revised Maps, Sets, Strings, etc and completed the Person Class

Copy link
Copy Markdown
Owner

@auberonedu auberonedu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job!

Comment thread src/StringPractice.java
}
// Create an ArrayList of Strings and assign it to a variable

ArrayList<String> listy = new ArrayList<>();
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to use interface types (List)

Comment thread src/StringPractice.java
Comment on lines +23 to +29
listy.add("kitty");
listy.add("doggy");
listy.add("birdy");
listy.add("horsy");
listy.add("piggy");
listy.add("donkey");
listy.add("cow");
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧑‍🌾

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants