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
Q1: A(n)_ is a named grouping of program
Q2: A Double variable can be used in
Q4: A(n)green squiggly underline beneath a variable name
Q5: Char variables can be used in arithmetic
Q6: The _ operator is used for exponentiation.<br>A)
Q7: When defining a variable,the keyword _ appears
Q8: What are the rules for naming variables
Q9: A prefix of _ is used for
Q10: A(n)_ specifier is used to identify the
Q11: The _ statement prevents automatic conversion of