Logical Error[quote] One can't use equality operators with any type of floating point (FP) value (float, double, ...
Logical ErrorOk. How exactly do I use hypot? [code] double distanceAB = sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1))...
Logical ErrorEdit: Line 4 should be [code] if(ceil(pow(distanceBC,2)) + ceil(pow(distanceAC,2)) == ceil(pow(dista...
Logical ErrorI'm writing a program where the user inputs the coordinates for 3 vertices of a triangle. Then I det...
This user does not accept Private Messages