You are on page 1of 1

Programming Foundations: Fundamentals

with Annyce Davis

Boolean Expressions and Relational Operators Practice Worksheet


Enter the following expressions on the command line and write down the values that result.

17 < 17 __________________________________

15 == 3 * 5 __________________________________

15 <= 3 * 5 __________________________________

“Frank“ == “Sarah” __________________________________

age = 13
age != 10 __________________________________

age = 13
15 >= age + 2 __________________________________

Programming Foundations: Fundamentals with Annyce Davis 1 of 1

You might also like