What is not an advantage of parallel computing? * Solving large and complex problems Information sharing Reduce time for task completion Fault tolerance code example
Example: parrarel code
cobegin
X := X + 1;
X := Y + 1;
coend
cobegin
X := X + 1;
X := Y + 1;
coend