Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q 4 . Consider the following program, and judge whether the three integer side lengths can form a triangle. This triangle can be general triangle,
Q Consider the following program, and judge whether the three integer side lengths can form a triangle. This triangle can be general triangle, an isosceles triangle or an equilateral triangle, and finally outputs the triangle type. Note: The sum of the two sides is greater than the third side, and the absolute value of the difference between any two sides is less than the third side. It can form a triangle Marks
a Draw the CFG of the program and calculate the full complexity.
b Write the basic paths covered.
c Design a set of test cases to meet the basic test path coverage criteria.
Following is the set of input data:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started