% 4.4 You have two Booleans X and Y. You do not know their values (yet). % You do know the following : % X && X = false % X || Y = true % What are the values of X and Y? %% X = false %% Y = true