Buenas, qué tal?
Quería verificar si la siguiente solución es correcta:
Begin
total6 := 2;
total9 := 2;
total11 := 3;
S1;
Fork L2;
Fork L3;
S4;
S7;
Fork L9;
S10;
Join total11 L11;
L2:
S2;
Fork L6;
S5;
S8;
Join total11 L11;
L3:
S3;
Join total6 E6;
L6:
Join total6 E6;
E6:
S6;
Join total9 E9;
L9:
Join total9 E9;
E9:
S9;
Join total11 L11;
L11:
S11;
End
Desde ya muchas gracias.
Saluda,
Verónica.