pencil-icon
Build your own quiz

Computers

5th

grade

Image

Java Operator

653
plays

10 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    What would the new value of A be?

    A=1;

    a++;

    1

    2

    3

    4

  • 2. Multiple Choice
    30 seconds
    1 pt

    What would the new value of A be?

    A=1;

    A--;

    0

    1

    2

    -1

  • 3. Multiple Choice
    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

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?