- You should work on this project in your own repository.
- Click the
fork
button in the top right corner to create a copy of this repository on your github account. - You can go through the GitHub forking tutorial if you need additional practice with this.
- Use conditionals to produce expected return.
- The method evaluateAliceOrBob should return a String which is different depending upon what is entered as a parameter.
- To establish familiarity with
- Conditionals
- Method invocation
Provided in AliceAndBobTest
- Read unit tests in AliceAndBobTest
- Understand expected return for evaluateAliceOrBob()
- Satisfy unit tests