Strings Learning Objectives
Below is a complete list of the terminal learning objectives for this lesson. When you complete this lesson, you should be able to perform each of the following objectives. These objectives capture how you may be evaluated on the assessment for this lesson.
- Describe the properties of a string
- Create a string
- Find the length of a string
- Find the character at a certain index in a string
- Concatenate two strings together
- Find the first instance of a character in a string
- Create a new string from a sub-section of another string