James Gosling’s Java

float, and . double) and used a subprogram named “avg”, with a header such as avg(int[] array), to calculate the average of the numbers in a specific array. This subprogram would only be usable on arrays of integers -- the arrays of other types would need to be converted to this type, which could result in a loss of data precision. ................
................