Total elements are saved in the arrays int familyages[50] and double familyheights[50] is one hundred.
every array shops 50 factors. hence, 50 + 50 is one hundred.
An array is a variable that can store a couple of values. as example, if you want to store one hundred integers, you can create an array for it. int records[100];
An array is a set of elements of the same type located in contiguous reminiscence locations that can be for my part referenced through the use of an index to a unique identifier. 5 values of kind int may be declared as an array without having to claim five one-of-a-kind variables (each with its own identifier).
An array kind is a person-described statistics type together with an ordered set of elements of a single statistics kind. A normal array type has a described higher bound on the range of factors and uses the ordinal function because of the array index.
There are 3 distinct styles of arrays: indexed arrays, multidimensional arrays, and associative arrays.
Learn more about arrays here: https://brainly.com/question/28061186
#SPJ4