java> int a, b; java> a = (b = 2); ERROR: cannot find symbol symbol: variable b location: class Evaluation (b = 2);; ^