📚 Practice Mode

Java Programming

Learn at your own pace with hints and detailed explanations

1 / 25
Multiple Choice

If m = -16 and n = -5 (m and n are int types), the result of the expression m%n is

  1. -1
  2. 1
  3. -3
  4. 3