Why is the following code snippet with variables incorrect?
<code>int <var>a</var> = <var>b</var + 1;</code>
Incorrect use of int
int
Should use <samp> instead of <var>
<samp>
<var>
No issue
Missing > after the second <var>
>