Computer Science, asked by jifanaharis, 7 hours ago

Write a Python program that takes the smaller sides as input and outputs the longest side in a right angled triangle.

Answers

Answered by vansinghthakur
0

Answer:

LHS=RHS

Explanation:

plsmatke brainlist then you will see your answer

Answered by sitarasahu42
0

Answer:

where exactly you're facing difficulty.

understand the theorem.

read 3 inputs (positive numbers) by the user as sides of the triangle; let a, b and c.

check if the square of max of the 3 sides equals the sum of square of the remaining 2 sides.

or else prompt the user to input in the desired order.

if yes then print ‘yes’ message.

Similar questions