write a program to accept three side of the triangle and check whether the triangle is right angle or not
Answers
Answered by
1
Answer:
Given three sides, check whether triangle is valid or not.
Examples:
Input : a = 7, b = 10, c = 5
Output : Valid
Input : a = 1 b = 10 c = 12
Output : Invalid
Similar questions
Physics,
6 months ago
English,
6 months ago
Music,
11 months ago
Political Science,
1 year ago
Math,
1 year ago