Consider the intermediate code given below:
The number of nodes and edges in the control-flow graph constructed for the above code, respectively are X and Y. The value of X + Y is ________.
@Lone Wolf answer is 4 nodes and 4 edges, because you didn't consider start and end nodes and their respective edges.