CSE 1030 - Lab 6

The due date for this lab is November 25.

In this lab, you will deal with recursive methods.

Implement this API. A partly completed version of the class is here, all you need to do is fill in the missing methods.

Here is a tester. If you implemented your methods correctly, you should see:

2
3
4
5
6
7
---
2
3
4
5
6
7

Remember, this is no guarantee that your code works correctly!

Submit the java files, using the submit command, as follows:

$ submit 1030 lab6 Lab6.java
(remembering that your class is probably in workspace/lab5/src/), or using the submit web app.

Submissions will be graded automatically on the following grading scheme: