Maybe it would help to see iMalc's code turn into this as well:



int main(void)
{
printf("The determinant is %d", ((2+3)*(2+3) - 4*(2)*(3)));
}