Benchmarking Vector API: Consider two given arrays, x[], y[]. Write an application that benchmark the computation z[] = x[] + y[], w[] = x[] * z[] * y[], k[] = z[] + w[] * y[] using plain Java and Vector API.