Which of these statements create a boolean value?

value = truevalue = "true"value = falsevalue = "false"

Yeah! Booleans can only be true or false and are declared without quotation marks.

Nah! Booleans can only be true or false and are declared without quotation marks.