Concept:Use the modulo 5 addition and multiplication tables to check which value of n satisfies the equation.Explanation:Take n=3 from the options and check the expression.From the multiplication table, 3⊗4=12.Since 12≡2(mod5), we have 3⊗4≡2.Now from the addition table, 2⊕3=5.Since 5≡0(mod5), the equation is satisfied.So the required value is n=3.Answer:C. 3