Triangle Calculator 2 By Nathan Minor Extracts of code from a program by Craig Bona This program, like at least 3 other programs claim to, calculates the side length and angles of a triangle with any combonation of measurements* available. The added benefit of this program is that after these calculations are made, the program will draw you a scaled image of what the triangle would look like on paper (or on a bigger screen). All that in only 910 bytes. There is one error that can still occur; the measurements must be able to make a triangle, or the program will promptly error. If you want to look at the code to fix this, be my guest. Nathan Minor is reachable at nathan_2002@excite.com Craig Bona supposedly responds to calcgeek@yahoo.com *You don't expect it to do Angle-Angle-Angle, do you?