@shmVirus

Arrays and Strings

Storing and processing sequences of values using indexed collections and text operations.

Most real programs deal with collections of data, not single values. This chapter introduces one-dimensional arrays, common iteration patterns, and string operations — with worked examples for searching, sorting, and formatting text.