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
Moves primary logic from MainWindow.xaml.cs to the Triangle.cs class #20
Copied most of the logic from the main window to a new Triangle class. This includes the sides, angles, and methods. Basically, anything directly related to the Triangle. No code was removed, so the application still works as it should.
Copied most of the logic from the main window to a new Triangle class. This includes the sides, angles, and methods. Basically, anything directly related to the Triangle. No code was removed, so the application still works as it should.