pencil-icon
Build your own quiz

Computers

9th -

12thgrade

Image

Java Math and String Libraries

user

100
plays

14 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    What is the value of num?
    double num = Math.pow(2, 5);
    10.0
    7.0
    32.0
    25.0
  • 2. Multiple Choice
    30 seconds
    1 pt
    What is the value of num?
    double num = Math.sqrt(49);
    7
    7.0
  • 3. Multiple Choice
    30 seconds
    1 pt
    What is the value of num?
    double num = Math.floor(123.75);
    123.0
    124.0
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?