Valid Triangle
Submitted by ashine80 on Wednesday, August 14, 2013 - 18:53.
Language
This programme will check whether the 3 sides a,b,c of given length will form a Triangle or not ...
First we will calculate s=(a+b+c)/2 where a,b,c are the length of given three lines..
Then s(s-a)(s-b)(s-c) then the square root of this .
From this we will find Each Angle of supposed triangle.
Then we will find a/Sin(A) ,b/sin(B) and c/sin(C)
If all are equal then "The 3 lines of lenth a,b,and c will form a triangle" ....Otherwise "Will not Form a Triangle"
please check for any logical Error and report me if any error....
Thanking You
Shine Aiyyappan.
[email protected]
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 73 views