0

C++ Intermediate - More on Exceptions final question

On the final question of the More on Exceptions module of the C++ Intermediate course, the final question appears to reject the correct answer. The question simply asks to fill in the blank between the parentheses of a catch statement when catching any exception from the try block. The correct response should be the ellipsis (“…”), but the learning system says that’s the wrong answer, and it does not give me an opportunity to try again. Looks like a bug, or I’m missing something. Anyone else encounter this?

13th Jan 2025, 6:39 AM
Steve Berry
2 Antworten
+ 1
I read some of the comments under that question. It says that maybe ... (Three dots) can be grouped into one symbol … (that's one symbol, NOT three). Try again, just make sure you enter exactly three dots
13th Jan 2025, 7:51 AM
Buterbrod:)
Buterbrod:) - avatar
+ 1
It would be the auto correction turns three dots into an ellipsis.
13th Jan 2025, 1:39 PM
Wong Hei Ming
Wong Hei Ming - avatar