creating this arrayi have to write a function called scaleData that accepts an array of doubles and a double named scal...
making this arraywhat is suppose to go in the multiple every element part of this array?
making this arrayi have to write a function called scaleData that accepts an array of doubles and a double named scal...
making a functiondouble scaleData( int scaleFactor, int arraySize) { double sum = 0; for (int i = 0; i < arraySize;...
making a functioni am still really confused on what to do