Investigation 26D: Identifying elements using spectroscopy

Each element has a subscript that makes it unique. An array is defined as follows: Declare Integer numbers[10] Integer defines the type of numbers that can be stored, numbers is the name of the array, and [10] is how many numbers can be stored. ................
................