ABSTRACT

The most common type of data you will use when writing programs is the string type, which consists of a string of characters. Strings can carry an assortment of data, most of which is coming in from or going out to the user. Input and output is a key element of any program. In this chapter, you explore how strings are stored, created, joined, torn apart, and converted.