This is a Java project focused on working with triangle-related calculations and methods.
I built this to strengthen my understanding of mathematical programming and how geometry concepts can be represented through code. The project helped me practice breaking calculations into methods instead of keeping everything inside one main block.
- Java methods
- Geometry calculations
- Parameters and return values
- Problem solving with math
- Code organization
This project helped me see how math formulas can be translated into clean, reusable Java methods.