<<<
Introduction
Index
Every name has a type
>>>
3. Introduction, declared variables
x
and
y
declared:
double
x;
int
y =
7
; x = y +
2
;
<<<
Introduction
Index
Every name has a type
>>>