- `[234]3+` should add 3 to each element in the array. - `[679]2-` should subtract 2 from each element in the array. - `[248]2*` should multiply each element in the array by 2. - `[369]3/` should divide each element in the array by 3.