Programming Fundamentals/Data and Operators

Overview edit

This chapter introduces constants and variables, data types, and operators.

Chapter Outline edit

Learning Objectives edit

  1. Understand key terms and definitions.
  2. Understand basic data types and how operators manipulate data.
  3. Given example pseudocode, flowcharts, and source code, create a program that uses appropriate data types and operators to solve a given problem.