The program shown in Figure 4 contains a syntax error.
1 score = 0
2 attempts = 5
3 while attempts > 0
4 score = score + 10
5 attempts = attempts - 1
6 print("Final score: " + score)
Figure 4
Shade two lozenges to indicate the statements that are true about syntax errors.