Posts

Showing posts from May, 2023

Structuring your First Program

Image
     The first, and sometimes hardest, part of writing a program is figuring out where to start. Here is the best piece of advice given to me on my journey to figuring out how to program: “Outline the steps you need to take in comments before you start.” Now, these steps don’t need to be incredibly detailed on how each step should operate, you just need an outline. Let’s take a real-world example of what I mean.             Example: Making a bowl of cereal                      Steps to create a bowl of cereal in comments:                                 // get bowl                    ...