All the information is asked for. so the number of values is unknown, the data points are unknown and so forth. this is what i have thus far...
the number of values and the datas points have been stored in the userValues array.
Code:
var array = userValues; maximumValue(array); var maxRows = max; var maxCols = valuesToPlot.length; var secondArray = createTwoDimArray(maxRows, maxCols);
the number of values and the datas points have been stored in the userValues array.
Comment