Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 621 Bytes

File metadata and controls

17 lines (11 loc) · 621 Bytes

Triangle Methods

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.

Concepts Practiced

  • Java methods
  • Geometry calculations
  • Parameters and return values
  • Problem solving with math
  • Code organization

What I Learned

This project helped me see how math formulas can be translated into clean, reusable Java methods.