The following is a solution to the shared account balance pr…

The following is a solution to the shared account balance problem. balance.jpg 1.suppose we change the line “semaphore mutex = 1;” to “semaphore mutex = 0;”. Is the solution still correct? Please briefly explain. 2.suppose we change the line “semaphore mutex = 1;” to “semaphore mutex = 2;”. Is the solution still correct? Please briefly explain.