Which statement will result in a SyntaxError?
SyntaxError
total = 5 + 3 8
total = 5 + 3 + 8
total = 5 + 3 8.