Course Content
Arrays

Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value.

String[] cars = {"Volvo", "BMW", "Ford", "Mazda"};
Course Reviews

No reviews yet.