Expression | 53 | 12 - 3) | x + 34 | *z 99 | sum + value |
---|---|---|---|---|---|
Correct or Not? | Correct | NOT Correct | Correct | NOT Correct | Correct |
Let's try some more. Again, assume that all the variables have been correctly declared.
Expression | sum + * 3 | (12 - 3) | sum * 34 / 2 | emf * ( e | 3.14y |
---|---|---|---|---|---|
Correct or Not? |
Why is the last expression not correct?