Trigonometry Calculator
This is my Trigonometry Calculator. I have taken screenshots from my code for the calculator. The first part of code that you can see in the first screenshot shows some ASCII art. The art is in the form of a triangle, as that is when you would use trigonomentry. The next part of the code is asking for the user to enter any inforamtion that thrye may have about their triangle. The next part of the program is to convert any angle that may have been entered into radians so that the rest of the angles may be worked out.

The second screenshot shows how each angle is worked out. It will look to see if the angle size that was entered by the user was 0, if it wasnt then it would just print out the angle size that the user enetered. If it was 0, then it will look at the other angles that have been entered and will then use the equation that has been entered to work out the missing sizes.

The third screenhsot shows the more of the coding that works out the missing angles or sides. Working ou the sides is slightly more difficult compared to the angles because if they can have two equations to work them out but they depend on what the user has enetered.
