📚 Practice Mode

Programming Languages and OOP Concepts

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

System.out.format("Pi is approximately %d.", Math.PI); What is the result?

  1. Compilation fails
  2. Pi is approximately 3
  3. Pi is approximately 3.141593
  4. An exception is thrown at runtime