Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
Which of the following are tautologies (statements that are always true)? Assume x and y are boolean variables.
(x && y) || (!x && !y)
!(x || !x)
x || !x
x || y
y && (!y || y)