Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 354 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 354 Bytes

Java Projects

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)