multiplying all elements in an array by an outside number?
- by prodo
I need to multiple all the values in an array by 3000 which in turn would create a new array that I will use to subtract from another array. I've tried to create a separate method that would do that for me but all I got back in the multiplied array was a bunch of numbers and symbols strangely?
here is the code that I wrote
public static void…