Computers

5th

grade

Image

Java Operator

619
plays

10 questions

Show Answers
See Preview
  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What would the new value of A be?

    A=1;

    a++;

    1

    2

    3

    4

  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What would the new value of A be?

    A=1;

    A--;

    0

    1

    2

    -1

  • Multiple Choice
    Please save your changes before editing any questions.
    45 seconds
    1 pt

    What's the value of below?


    int i=5;


    System.out.println(i);

    System.out.println(++i);

    6

    7

    67

    7

    8

    5

    6

  • Explore all questions with a free account

    Already have an account?