If num1 has the value 12 num2 has the value 18 and num3 has
If num1 has the value 12, num2 has the value 18, and num3 has the value 21, what is the result of the following boolean expression? True or false? num2 = num2 + 5 True False If num1 has the value 12, num2 has the value 18. and num3 has the value 21, what is the result of the following boolean expression? True or false? ! (num2 == num1 && num3 == num1) True False
Solution
question 6: false as both the statement result false, OR of false statements is false.
question7: both the statements are false. negation of false is true.
for further queries kindly get back.
