Multiple Choice
Case 4-2 The arithmetic operators in your program are not behaving the way you think they should be, so you decide to brush up on your operators and the hierarchy of operations. What is the correct order among the following operations?
A) exponentiation, multiplication, integer division, MOD, addition
B) multiplication, exponentiation, MOD, integer division, addition
C) integer division, multiplication, exponentiation, MOD, addition
D) multiplication, integer division, exponentiation, MOD, addition
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Which of the following can be used
Q23: The style of the text displayed in
Q30: A prefix of _ is used to
Q58: When defining a variable, the keyword _
Q61: MOD operations occur before any other arithmetic
Q65: The term _ refers to a predefined
Q79: A Short data type is used for
Q95: A(n)_ data type must be used in
Q98: Integer variables can be used to store
Q104: A(n)green squiggly underline beneath a variable name