Array is a bunch of similar data that is stored into the variable with the same name, by giving the index in the variable to distinguish from each other.
ARRAY VARIABLES
nama_variabel [index]
provision arrray variable name the same as regular variable names.
index indicates the number of variables.
ARRAY VARIABLE DECLARATION
BU,: type nama_variabel [index];
Example: float bil [10]; Read More »





