User login

1 + 3 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

After executing a = 10; b = a ++; the value stored in b is:

12

9

11

10