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