30
Question Question 30
Write an expression that uses exactly 3 arithmetic operators with integer literals and produces result as 99.
9 * 10 + 21 % 12Write an expression that uses exactly 3 arithmetic operators with integer literals and produces result as 99.
9 * 10 + 21 % 12