Programming Fundamentals/Data and Operators

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Overview[edit | edit source]

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

Chapter Outline[edit | edit source]

Learning Objectives[edit | edit source]

  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.