JavaFundamentals-TooLargeTooSmall

Guessing Game; Too Large Too Small

Objective:

  • Read and understand the provided code in the test class.
  • Fill in the guess() method to satisfy test constraints.

Purpose:

  • To establish familiarity with
    • Control Flow
    • Conditionals
    • Object instantation/declaration
    • Method invocation

Resources:

Unit Test

In TooLargeTooSmallTest.java