write a statement to shift the contents of array samplereadings 1 position to the left. assign the rightmost element with -1. ex: if samplereadings is [12, 85, 43], then samplereadings becomes [85, 43, -1]