Just a few projects in Java
Simple Calculator - A super simple calculator that takes two inputs and add them together.
Random Number Generator - Generates a random number from two initial inputs, a min and max value.
Advanced Calculator - Based on simple calculator, implementing multiple operands (add, subtract, multiply and divide)