NumPy - Array Operations
You have a NumPy array
arr = np.array([2, 4, 6, 8]). You want to increase each element by 50% using scalar operations. Which code correctly achieves this?