Java Code
Below are some free java classes that you can download and use anyway that you would like. These will help you understand the basics of Java coding and syntax.
1. Connect Four - (Download)
Play a text based version of Connect Four with this pure java class. This application asks the user for the player's names and automatically keeps track of turns and monitors if someone has won the game.
2. Math Quiz - (Download)
This java class lets you specifiy either a set type of math question or random types of questions with four levels of difficulty. While playing this program keeps track of your score and validates every answer inputted.
3. Checking Account Simulation - (Download)
Simulate an ATM machine using a seperate checking account class and main class which references an instance of the object. This is a good beginner's look into java programming using classes. This allows the user to add accounts, adjust interest rates, compound interest across single or multiple accounts, and to check balances.
