sovsay11 / TriangleApplication

This application will enable users to enter side values of a triangle. The application will then process the input and return whether a valid triangle is possible with the given input, along with the type of triangle and degree values.
0 stars 0 forks source link

Replaced old methods and variables with new, optimized OOP-based code #23

Closed sovsay11 closed 3 years ago

sovsay11 commented 3 years ago

Took out most of the original code (code from the KISS design) and replaced it with the OOP-based code. Fully implemented the Triangle class, optimized the code (collapsed IF/ELSE statements and other conditions), and rewrote a bunch of comments.