I was trying this code in PG:
$a = 2;
$b = Compute("1+$a");
In the Hint, I expect it to display $b as "1+2", so I used Compute for $b. Then in the hint section I just wrote:
\($b\)
but what is displayed is the value 3.
Could you tell me why Compute does not produce the desired effect of an expression? Thanks.