What is the value of the following expression?

true && true

a. true
b. false
c. -1
d. +1

JC2018-10-02T20:28:47Z

Break that down to COBOL, then I can answer!

(Yeah, it's kinda sad knowing old languages and being "out of shape")

Anonymous2018-10-02T20:26:06Z

Depends on which language you're using, it could be any of them except b.

Technically it could be b too. But only if the language doesn't define true and false, but the user has defined them to other values.