Chapter - 3: The Decision Control

If a = 10, b = 12, c = 0, find the values of the expressions in the following table.


D
Sections
1
Exercises
Expressions Value
a != 6 && b > 5 1
a == 9 || b < 3 0
!(a < 10) 1
!(a > 5 && c) 1
5 && c != 8 || !c 1

© 2021 Garbage Valuegarbage value logo