Skip to content

Added functionality to printItems, moreThanDouble, & allStartWithA#1

Open
JustinS720 wants to merge 3 commits intogrc-123-s26:mainfrom
JustinS720:main
Open

Added functionality to printItems, moreThanDouble, & allStartWithA#1
JustinS720 wants to merge 3 commits intogrc-123-s26:mainfrom
JustinS720:main

Conversation

@JustinS720
Copy link
Copy Markdown

Finished Java Mini Review and added commits per function (so about 3 commits).

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! Just one edge case to consider, see below

Comment thread src/Practice.java
Comment on lines +87 to +90
if (currentWord.charAt(0) != 'a')
{
return false;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What would happen if we had a capital A?

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