To divide the value of the seventh element of array a by 2 and assign the result to the variable x, we would write ________.a) x / 2 = a( 7 )b) x = a[ 7 ] / 2c) x = a[ 6 ] / 2d) x = a( 6 / 2 )