previous
|
start
|
next
Syntax 8.1: Array Construction
new
typeName
[
length
]
Example:
new double[10]
Purpose:
To construct an array with a given number of elements
previous
|
start
|
next