Concept:The absolute value function must be split at the zeros of sin2x to remove the modulus.Explanation:The zeros of sin2x in [0,π] are x=0, x=2π, and x=π.So, sin2x is positive on (0,2π) and negative on (2π,π).Hence, ∣sin2x∣=sin2x for 0≤x≤2π, and ∣sin2x∣=−sin2x for 2π≤x≤π.Therefore, ∫0π∣sin2x∣dx=∫0π/2sin2xdx−∫π/2πsin2xdx.Since ∫sin2xdx=−2cos2x, we get:∫0π/2sin2xdx=[−2cos2x]0π/2=1.∫π/2πsin2xdx=[−2cos2x]π/2π=−1.Thus, ∫0π∣sin2x∣dx=1−(−1)=2.Answer:2 Option C.