Computer Science

Write an expression that uses exactly 3 arithmetic operators with integer literals and produces result as 99.

Python Data Handling

18 Likes

Answer

9 * 10 + 21 % 12

Answered By

10 Likes


Related Questions