MakeSchool / CS-1.0-Introduction-To-Programming

1 stars 4 forks source link

Breaking While Loops | Loops #22

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Breaking 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/breaking-while-loops/

KaharErbol commented 2 years ago

in the first loop, the if statement condition should be counter == 25.

divinejohn1976 commented 10 months ago

The second question have the same mistakes from the Breaking While Loop section