crystallamar4938 crystallamar4938 16-02-2024 Computers and Technology contestada Which of the following code can be used to select the first three values of the array given below?a) sample_array[13]b) sample_array[0:3]c) sample_array[03]d) sample_array(0:3)