Write an application that can be used to determine if three line segments can form a triangle.

Question:

Write an application that can be used to determine if three line segments can form a triangle. Prompt the user for the length of three line segments as integers. If non-numeric characters are entered, re-prompt the user for new values. If the three lines could form a triangle, print the integers and a message indicating that they form a triangle. Use a state-controlled loop to allow users to enter as many different combinations as they want.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: