Re: [Tutor] Code Problem

2016-03-10 Thread Alan Gauld
On 10/03/16 20:30, Ben Conklin wrote: > show if it is a equilateral, isosceles, or right triangle. I have it so > that it makes s1 the longest side, and s2 and s3 the other 2 sides. The > right triangle equation should be right, but is not outputting anything. The easiest way to find that is just

[Tutor] Code Problem

2016-03-10 Thread Ben Conklin
Hi, I'm having troubles with my code, specifically at the area with the comment mark. Basically you are to enter three sides of a triangle, and have it show if it is a equilateral, isosceles, or right triangle. I have it so that it makes s1 the longest side, and s2 and s3 the other 2 sides. The ri