Draw a dataflow graph and an activity template for the following programming construct: if (x >= 0)

Question:

Draw a dataflow graph and an activity template for the following programming construct:if (x >= 0) {z = (x + y) * 4; } else { z = (y - x) * 4; }

Step by Step Answer:

Question Posted: