ACTIVITY 10: Data Structures in Java
1. Arrays
Definition:
An Array is a collection of elements identified by index or key, with a fixed size. It can hold a specified number of elements of a single data type.
Key Features:
Fixed size: The size must be defined at the time of creation an...
jacquelineaparijado.hashnode.dev6 min read