Tag: basic programming

  • Basic Programming 2 – Learn about functions

    Basic Programming 2 – Learn about functions

    Why are functions important? Functions are how programs do work. Think of them as the action that is to be performed by code. Functions can return variables, perform calculations, or draw images on the screen. They are essential to creating applications in that they can define something to be done and to them over and…