An array is a combination of data of a data type. An entity in an array is called an element or member of an array.
Example one: creation and extraction of data
Example two: How to create and assign an array
Exercise One: Enter the age of nine people into an array from the console
Exercise two: Seeking the sum of ages
Exercise three: Seeking the sum of Ages, method two
Exercise Four: Enter the number of classes, according to the number of people to enter the results, to find the average score
Exercise five: Average score, highest score, lowest score
Exercise six: bubble sort, descending
Practice Seven: bubbling sort, ascending
Practice Eight: Enter 10 person's score, remove two highest score, two lowest score, calculate average score
Exercise Nine: Select Squad leader, vote for election
Exercise Ten: Generate seven non-repeating numbers
Exercise 11: Mobile number Lottery
Array (Create, extract, bubble sort, and practice exercises)