FlashcardBeginner

Array type syntax

You declare arrays using the element type followed by square brackets.

Question

How do you write an array type using the `type[]` syntax?

Click to reveal answer