First of all great effort for this book.
In the Chapter1 Loops section under the Controlling the loop with continue and break the continue program missing the continue statement.
Expected Output:
2,3
Actual Output:
nothing
Need to Fix:
Change the break keyword instead put continue.
Thank you @softchris