This course is the first course in a series that aims to prepare you for a role working as a programmer. In this course, you will be introduced to the five main concepts in procedural programming: user input, console output, variable declaration and assignment, decision branching and iteration. Labs will allow you to apply the material in the lectures in simple computer programs designed to re-enforce the material in the lesson.
What you'll learn
understand user input and console output
manage variables and assignments
apply decision branching and iteration in programming
create simple computer programs to reinforce learned material