## Parallel region and data sharing ##Take a look at the exercise skeleton in [variables.c](variables.c)(or[variables.F90](variables.F90) for Fortran). Add an OpenMP parallelregion aroung the block where the variables `Var1` and `Var2` areprinted and manipulated. What results do you get when you define thevariables as **shared**, **private** or **firstprivate**? Explain whydo you get different results.