A good answer might be:No. All the user knows is that something is wrong. | |
Skeleton of the ProgramHere is a skeleton of the program:
Check back to the flowhart and study how the boolean variable correct works. In the program, the if statement is correclty written. The boolean variable correct will be either true or false. All that the if statement needs is that. You don't need to do this:
because the boolean expression will merely evaluate to the
value that correct already has.
| |
QUESTION 4:Will correct ever be set back to true after it has been set to false? Click Here after you have answered the question |