Question 1
What will be the value of c after the expression?
Question 2
What will be the value of b after the expression?
Question 3
What is the value of z after the expression?
Question 4
What will be the value of d after the expression?
d = Valid if(9-7<4) else Invalid
Question 5
What will be the value of y after the expression?
Question 6
What is the value of x after the expression?
Question 7
What is the value of result after the expression?
resultĀ = Greater if(5+3>9) else Lesser
Question 8
What is the value of result after the expression?
result = Even if(8%2==0) else Odd
Question 9
What is the value of result after the expression?
result = Not Equal if(10!=12) else Equal
Question 10
What is the value of a after the expression?
a = True if(6==6) else False