For each of the following expressions, indicate the order in which the operators will be evaluated by writing a number beneath each operator.
a. a – b – c – d
b. a – b + c – d
c. a + b / c / d
d. a + b / c * d
e. a / b * c * d
f. a % b / c * d
g. a % b % c % d
h. a – (b – c) – d
i. (a – (b – c)) – d
j. a – ((b – c) – d)
k. a % (b % c) * d * e
l. a + (b – c) * d – e
m. (a + b) * c + d * e
n. (a + b) * (c / d) % e
a. 1 2 3
b. 1 2 3
c. 3 1 2
d. 3 1 2
e. 1 2 3
f. 1 2 3
g. 1 2 3
h. 2 1 3
i. 2 1 3
j. 3 1 2
k. 2 1 3 4
l. 3 1 2 4
m. 1 2 4 3
n. 1 3 2 4
You might also like to view...
The operating system records the information that tracks the end of the file
A) when a file is opened with ios::eof. B) when a file is opened with ios::app. C) when a file is closed. D) when the program ends. E) None of the above
Why must a wireless computer associate with a specific base station?
What will be an ideal response?
____ means that a single cable is used to support multiple virtual LANs.
A. Filtering B. Broadcasting C. Unicasting D. Trunking
Case Based Critical Thinking ? Case 1 ? Ben is in charge of creating a new website for Cooing Kids Pacifiers, and he is planning to use Fluid Grid layouts. This is his first time using Fluid Grid layouts, so he asks his friend, Jann, for some pointers. Where does Jann tells Ben he can find predesigned page layouts available in Dreamweaver CS6?
A. Document dialog box B. Pages dialog box C. Attributes dialog box D. New Document dialog box