Programming in Java - 11
Programming in Java - 11
11th session
• Array definition
• Array initialization
• Array sorting
Array
• What’s array?
- array is many places where data is stored for temporary time.
- When we define and create a array, there are specific numbers of
adjacent places in the memory are used to save data in its.
- Access to the saved data done by use array name and Index,
where the index starts from zero.
• In the begin of program all integer array elements has zero value.
15 , 30 , 50 , 33 , 40 , 17 , 150 , 88 , 44 , 50