Int a=10;
C=++a;
D=a++
If C==11:
If D==11:
Print('1')
Else:
Print('2')
Else:
Print('3')


Posted on by