Skip to content

Completed Java Derusting#16

Open
jmakho01 wants to merge 8 commits intogrc-cohort-22:mainfrom
jmakho01:main
Open

Completed Java Derusting#16
jmakho01 wants to merge 8 commits intogrc-cohort-22:mainfrom
jmakho01:main

Conversation

@jmakho01
Copy link
Copy Markdown

@jmakho01 jmakho01 commented Oct 2, 2025

Implemented and tested all functions within each Java file.

Copy link
Copy Markdown

@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/ListPractice.java
stringList.add("Pikachu");
// Check whether the list contains a certain string

if(stringList.contains("Pikachu") == true)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

We don't need the == true here, we could just say

if(stringList.contains("Pikachu"))

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