The code on the side is a software solution to the mutual exclusion problem for two processes. It shares two variables:
int turn;
Boolean blocked[2]
turn is initialized to 0 and blocked values are initialized to false. Find a counterexample that demonstrates that this solution is incorrect.
![The code on the side is a software solution to the mutual exclusion problem for two processes It shares two variables int turnBoolean blocked2turn is initialize class=](https://us-static.z-dn.net/files/d2e/10d2f73a267bdec4849dc879878a76ba.png)