Question: 1) Draw the data flow graph for P. 2) Build the dcu/dpu table for P. Program P 1) integer X, Y, Z; 2) input (X,
1) Draw the data flow graph for P.
2) Build the dcu/dpu table for P.

Program P 1) integer X, Y, Z; 2) input (X, Y); 3) if (X 8 or Y 3) 4) {5) output ("Boundary condition failure on inputs."); 6)}//end input check 7) else 8) {9) Z = 0; 10) if (X 8 or Y 3) 4) {5) output ("Boundary condition failure on inputs."); 6)}//end input check 7) else 8) {9) Z = 0; 10) if (X
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
