Computer Science, asked by surjyoprprovomotilal, 4 days ago

Take input of three angles of a triangle and print wether the triangle is valid or not​

Answers

Answered by tenspapercraftchanna
0

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

Explanation:

Please mark me as a brainlist

Similar questions