Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 536 Bytes

Recursion Assignment

This assignment should give you practice writing recursive methods in java

Getting Started

at terminal, type

git clone https://github.com/daltonschool/CS3A-recursion.git

You now have a folder called recursion and can do your work in there. please put your name at the top of the appropriate files under @author.

Grading

I will test your methods thoroughly, and you will not receive points for methods which fail!

You get 70 points for submitting, I'll add all your points to that.