La5 Quiz

Preview:

DESCRIPTION

 

Citation preview

TEST YOUR SELF

Differences between constants and variables

Differences between data types Boolean, Integer, Double, String, Date

‘My name is Anis’ 1, 2, 45, 3000 TRUE, FALSE

20.05, 400 23 / 07/ 08

String Integer Boolean

DateDouble

Differences in mathematical and logical operator

_________________ operators perform mathematical operations such as plus or subtract.

_________________ operators perform element-by-element comparisons between two arrays.

_________________ operators perform logical operations such as checking the condition of two Boolean values.

Mathematical Relational Logical

Differences between sequence and selection control

Recommended