July 2017
Beginner to intermediate
418 pages
9h 46m
English
Another very useful type of charts is box chart. Before looking into box charts, let's revise some simple mathematical concepts next. You can skip this page and directly go to the chart as well.
Suppose you have an array of numbers as shown here:
int[] numbersArr = { 5, 6, 8, 9, 2 };Now, from this array, we have to find the following simple math stats:
29(5 + 6 + 8 + 9 + 2) / 5 = 6