if else statement
s= (a+b<c ll a+c<= b 11 b t+c< =a ) ?
Triangle is
possible": triangle is not possible
Answers
Answered by
3
if ( (a + b)< c || (a + c) <= b || (t+c) <= a) {
cout << " Triangle is possible ";
} else {
cout << " Triangle is not possible ";
}
Answered by
0
Answer:
triangle is possible
Explanation:
because there are three angles present
I hope it will help you
Similar questions
Computer Science,
5 months ago
Geography,
5 months ago
Math,
10 months ago
Social Sciences,
1 year ago
Physics,
1 year ago
Environmental Sciences,
1 year ago