Computer Science, asked by HS7798, 5 months ago

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 madhuribabbar3
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