Question: Q2A: Write a C program that will accept 3 floats as inputs from the user, and then determines whether the three numbers form valid sides
Q2A: Write a C program that will accept 3 floats as inputs from the user, and then determines whether the three numbers form valid sides for a triangle. Your program should prompt the user for inputs. It will then display the three numbers accepted, and whether or not they can form valid sides for triangle.
Q2B: Based on the Q2A above, modify your program to run in a loop, accepting inputs from the user, and displaying the results, until a special sentinel value is entered. Your loop must iterate for at least 5 times
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
