if (sides == 3) { polygon = "Triangle";
Answers
Answered by
1
Answer:
if it's helpful so please give me a heart
Explanation:
Input : a = 7, b = 10, c = 5
Output : Valid
Input : a = 1 b = 10 c = 12
Output : Invalid
Similar questions