Question: Implement control flow testing by drawing the graph for the following code: int x; inty; if (x % y ==0) result = True else
Implement control flow testing by drawing the graph for the following code: int x; inty; if (x % y ==0) result = True else result = False printf("The operation is divisible: ", result)
Step by Step Solution
3.43 Rating (150 Votes )
There are 3 Steps involved in it
To create a control flow graph for the provided code we can break it down into its basic blocks a... View full answer
Get step-by-step solutions from verified subject matter experts
