ATM Simulation |
Recursion |
Fibonacci Sequence |
|
This was my first software project. It is a simulation of an ATM completly written in Java. Comprised of three classes, this ATM puts forth key elements of OOP, Encapsulation, and Exception Handeling. What you see here is the full documentation of this project which includes CRC cards, UML Diagrams and of course all of the code. |
These are a couple of small programs that incorperate a recursive approach to get the job done. |
A program written to provide you with the value of the nth term in the fibonacci sequence as provided by the user. Consists of two classes and a recursive approach. |
Highest Value |
Swap with no Temp. |
|
|
This is a program that performs a recursive precedure to find the highest value of a non void list |
This is a small program that simply swaps two numbers without the use of any temporary variables. Nothing more than a little brain teaser. I heard of the problem and thought it was an interesting task. |
|
More to come... | ||