Skip to content

Finished Java Mini Review #7

Open
MoTheTurtle wants to merge 5 commits intogrc-123-s26:mainfrom
MoTheTurtle:main
Open

Finished Java Mini Review #7
MoTheTurtle wants to merge 5 commits intogrc-123-s26:mainfrom
MoTheTurtle:main

Conversation

@MoTheTurtle
Copy link
Copy Markdown

Finish all 3 problem. commit 4 times. getting use to interface.

@auberonedu
Copy link
Copy Markdown

Nice job! I think there's an issue with your second method though, this is the output we get when we run it in main:

///// More than Double /////
moreThanDouble(10, 3): false
moreThanDouble(6, 4): false
moreThanDouble(4, 2): true

10 is more than double 3, but your method incorrectly returns false. See if you can figure out what's going wrong and fix it.

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