Evaluate the following conditional expressions in a step-by-step manner as shown in the examples when x = 1 and y = 2.
1 AND y= 2 OR y= 3
Evaluates as True
Assign Values 1= 1 AND 2= 2 OR 2 = 3
Add Parentheses (1 = 1) AND (2 = 2) OR (2 = 3)
Do Arithmetic None Needed
Evaluate Relational Exp. T AND T OR F
Evaluate Logical Exp.
AND First T AND T OR F =TORF
OR Next T OR F = T
Get Result TRUE
Computer Science & Information Technology
You might also like to view...
Ctrl + I is an example of a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following is not true of EIGRP AS numbers?
a. Must be used with the router eigrp command. b. Your AS number must match the interface number. c. Only routers with the same AS number will share routing updates. d. All the above are true.
Computer Science & Information Technology