Compiler
Appearance
Lexical Analysis
if (i == j)
z = 0;
else
z = 1;
is indeed below in computers
\tif (i == j)\n\t\tz = 0;\n\telse\n\t\tz = 1;
if (i == j)
z = 0;
else
z = 1;
is indeed below in computers
\tif (i == j)\n\t\tz = 0;\n\telse\n\t\tz = 1;