Which lines check that x is equal to four?
Assume assertions are enabled at compile time and runtime.
A, C.
The boolean that follows the assert keyword is the condition that must be met.
The condition may optionally be followed by a colon, followed by a message that is displayed if the assertion fails.