Syntax vs Style
Agenda
- Slides
- Introduction to Repl.it
- Join the Classroom
- Write and submit solutions to the chapter's Exercise Questions
- Review my solutions
Chapter Exercises
If you haven't yet, try to write your own solutions to the chapter's exercise questions for Looping a Triangle, FizzBuzz, and the Chessboard. Start with the building blocks we've talked about and write the solution in regular language first. If it makes sense, turn that into comments and under each comment, translate it to code.
Remember, the goal of solving problems isn't to find the solution. It's to practice solving problems. So finding the solution without practicing how to get there on your own won't help you.