If I gave you three sticks, you might be unable to make a triangle from them. For example, if one of the sticks is 12 inches long and the other two are one inch long, you will not be able to get the short sticks to meet in the middle. For any three lengths, you can check if it's possible to make a triangle: Can you please answer the following question using readlineSync! The program is in JavaScript and must contain readlineSync. Thank you! If any of the three lengths exceeds the sum of the other two, you cannot form a triangle.
If I gave you three sticks, you might be unable to make a triangle from them. For example, if one of the sticks is 12 inches long and the other two are one inch long, you will not be able to get the short sticks to meet in the middle. For any three lengths, you can check if it's possible to make a triangle:
Can you please answer the following question using readlineSync! The program is in JavaScript and must contain readlineSync. Thank you!
If any of the three lengths exceeds the sum of the other two, you cannot form a triangle.
Write a program named triangle.js that asks the user for three numbers. if you can form a triangle with them, display "Yes, you can make a triangle." If not, display "No, you can not make a triangle."
The point of this problem is to use conditional statements.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images