MakeSchool / CS-1.0-Introduction-To-Programming

1 stars 4 forks source link

While Loops | Loops #21

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

While Loops | Loops

Meet Mediabook, a modern Computer Science textbook. Mediabook is built with curriculum from Make School's Bachelor in Applied Computer Science. Welcome to college in the 21st century.

https://makeschool.org/mediabook/course/cs-1-0/loops/while-loops/

KaharErbol commented 2 years ago

There is a problem in the second loop that it used the keyword break where it should be continue.

KaharErbol commented 2 years ago

There are other typos too in the previous sections, I'll leave comments on the rest