Java Ch. 4 Quiz
Operators
Sign in to Google to save your progress. Learn more
Which of the following are arithmetic operators? Check all that apply. *
1 point
Required
System.out.println(25 / 4);
What is the output of the code above? *
1 point
What is the % operator for? *
1 point
True or false: a = ++z and a = z++ are equivalent. *
1 point
Which of the following is equivalent to age -= 1? *
1 point
Which of the following demonstrates good code style? *
1 point
Submit
Clear form
This form was created inside of Irvine LIGHTS.