Assume we see an if statement that reads if (!true). What would you know about this code?
The code inside this conditional would never run.
- The code inside this conditional would always run.
- I don't have enough information about the program to answer this question.
- This code would cause your computer to restart.
- if (!true) would produce a syntax error.
- This code would compile, but would fail if you tried to run it.
There are no hints for this question