Programming Fundamentals/Data and Operators
Overview
editThis chapter introduces constants and variables, data types, and operators.
Chapter Outline
editLearning Objectives
edit- Understand key terms and definitions.
- Understand basic data types and how operators manipulate data.
- Given example pseudocode, flowcharts, and source code, create a program that uses appropriate data types and operators to solve a given problem.