Skip to content

Assignment 2 (Functions and Testing)

Coding Bat

Do these five exercises from Coding Bat Warmup 1.

Choose two of the above Coding Bat exercises to do a full implementation with unit tests on your own. Your class should include the function, a testing function, and multiple tests in main().

Example: MonkeyTrouble

Coding Exercises

Reference: csbook Ch 1

Coding Exercises Ch 1 (#3 challenge is optional).

The Unit 2 Quiz will consist of exercises similar to these exercises. You will be asked to write code for the specified function only (no unit tests on the quizzes).

Reading