View Single Post
Old 06-21-2016, 07:01 AM   #2
robertclark
Registered User
 
Join Date: Jun 2015
Location: 3990 Centre St # 307, San Diego, CA 92103
Posts: 49
An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed. You have seen an example of arrays already, in the main method of the "Hello World!" application.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
robertclark is offline   Reply With Quote