Concept:Use the given binary operation rule m⊗n=mn+m−n and evaluate from the inside bracket first.Explanation:First, compute the bracket: 2⊗4.Substitute m=2 and n=4 into the formula:2⊗4=(2)(4)+2−4=8+2−4=6.Now evaluate 3⊗(2⊗4)=3⊗6.Substitute m=3 and n=6:3⊗6=(3)(6)+3−6=18+3−6=15.Thus, the value is 15.Answer:C. 15