Write a PHP program which reads the two adjoined sides and the diagonal of a parallelogram and check whether the parallelogram is a rectangle or a rhombus
Write a PHP program which reads the two adjoined sides and the diagonal of a parallelogram and check whether the parallelogram is a rectangle or a rhombus
Input: Two adjoined sides and the diagonal. 1 ≤ ai, bi, ci ≤ 1000, ai + bi > ci
Sample Input:
need an explanation for this answer? contact us directly to get an explanation for this answer4,5,6
6,6,9