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

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

Reference: csbook Ch 1

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

Reading