Chapter 3.0 new

3
NUMERIC DATA Chapter 3:

Transcript of Chapter 3.0 new

Page 1: Chapter 3.0 new

NUMERIC DATA

Chapter 3:

Page 2: Chapter 3.0 new

Contents

Declaring and using identifiers, variables

and constant

Implementing assignment statements

and expression

Implementing numeric data types and

operation

Implementing Type conversion

Page 3: Chapter 3.0 new

Learning Goals

Differentiate between identifiers, variables, constants and arithmetic expressions.

Apply primitive data types in programming

Apply and analyze the operator precedence in arithmetic expression

Apply the Math Class in implementing arithmetic expression.