The critical section is executed concurrently by multiple threads*causing aDivideByZeroExceptionexception. Thread1(t1) and Thread2(t2) started executing the code at almost the same time. (t1) has performed the division and assigned value 0 to the num2 variable. At the same time, (t2) was ...