Programming Fundamentals/Data and Operators
Overview Edit
This chapter introduces constants and variables, data types, and operators.
Chapter Outline Edit
Learning 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.