So far in this series, we've covered variables, control flow (boolean expressions, if statements, and loops), and functions. This video shows how to combine these elements to program a simple calculator.
This video is part of a series of videos on an introduction to programming. This series will introduce basic programming concepts. The goal of this series is to get you familiar with these concepts so that you can begin making video games with a game engine, such as Godot. However, the series will also include some higher level concepts that are more useful for computer science and not necessarily directly relevant to game development.