User profile: bowleruu16

User info
User name:bowleruu16
History
Joined:
Number of posts:15
Latest posts:

creating this array
i have to write a function called scaleData that accepts an array of doubles and a double named scal...

making this array
what is suppose to go in the multiple every element part of this array?

making this array
i have to write a function called scaleData that accepts an array of doubles and a double named scal...

making a function
double scaleData( int scaleFactor, int arraySize) { double sum = 0; for (int i = 0; i < arraySize;...

making a function
i am still really confused on what to do