From 75750779be97294cb660e6b0307ac9479482ba2f Mon Sep 17 00:00:00 2001 From: c-poteat Date: Sat, 30 Oct 2021 07:25:26 -0400 Subject: [PATCH] I have completed the assignment --- TooLargeTooSmall.java | 6 ++++-- package.bluej | 22 ++++++++++++++-------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/TooLargeTooSmall.java b/TooLargeTooSmall.java index 4d45abf..33d1e13 100644 --- a/TooLargeTooSmall.java +++ b/TooLargeTooSmall.java @@ -18,7 +18,9 @@ public TooLargeTooSmall(Integer seed) { public Integer guess(Integer g) { - return chosenNum; - + return g.compareTo(chosenNum); + // returns 0 if g is equal to chosenNum + // returns a negative if g < chosenNum + // return a positive if g > chosenNum } } \ No newline at end of file diff --git a/package.bluej b/package.bluej index abc5ce7..d779618 100644 --- a/package.bluej +++ b/package.bluej @@ -6,24 +6,24 @@ editor.fx.0.height=767 editor.fx.0.width=1150 editor.fx.0.x=448 editor.fx.0.y=120 -objectbench.height=101 -objectbench.width=461 +objectbench.height=93 +objectbench.width=760 package.divider.horizontal=0.6 -package.divider.vertical=0.8007380073800738 -package.editor.height=427 -package.editor.width=674 +package.divider.vertical=0.8 +package.editor.height=393 +package.editor.width=670 package.editor.x=220 package.editor.y=143 package.frame.height=600 package.frame.width=800 package.numDependencies=1 -package.numTargets=2 +package.numTargets=3 package.showExtends=true package.showUses=true project.charset=UTF-8 -readme.height=58 +readme.height=60 readme.name=@README -readme.width=47 +readme.width=49 readme.x=10 readme.y=10 target1.association=TooLargeTooSmallTest @@ -41,3 +41,9 @@ target2.type=UnitTestTargetJunit4 target2.width=140 target2.x=160 target2.y=120 +target3.height=70 +target3.name=README.md +target3.type=TextTarget +target3.width=120 +target3.x=70 +target3.y=10