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