Write a PHP program to check whether three given lengths (integers) of three sides form a right triangle. Print "Yes" if the given sides form a right triangle otherwise print "No"
Write a PHP program to check whether three given lengths (integers) of three sides form a right triangle. Print "Yes" if the given sides form a right triangle otherwise print "No".
Input: Integers separated by a single space. 1 ≤ length of the side ≤ 1,000
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer