共299道题,当前是第274

Description

设x=true ,y=true ,z=false ,以下逻辑表达式值为真的是( )。

x∣∣y = true, x∣∣z == true, true&&true = true。