Write a program to read three sides of a triangle ( base , height ,hypotenuse ) and determine whether they form right angled triangle or not .
Answers
Answered by
1
Answer:
Input : hypotenuse = 5, area = 6
Output : base = 3, height = 4
Input : hypotenuse = 5, area = 7
Output : No triangle possible with above specification
Similar questions