1.
Evaluate:
A<=B AND B>=A, if A=12, B=6 and C=8

my answer: A<=B AND B>=A returns False

but why is C=8 there.........

2.
if A = "You are doing" and B = "programming", evaluate A+B and A&B

ii) Is the operation A-B possible?

Any help appreciated