Lab 6: Using Strings
Objectives
By the end of this lab, you will be able to:
- Identify the correct method, within the String API to achieve different goals.
- Demonstrate the use of character- and index-based operations with strings
- Recognize the relation between loopeed single-character actions and advanced String-API methods like substring.
- Identify common errors and bugs in the use of String API calls.
Before Starting
- Make sure you have Completed the work in Modules 9 in class and in Codio.
- Complete the Prep Lab work in Codio.
Going to the Lab 6 Prep
In the Student Dashboard:
Locate the Module: Lab 6: Using Strings
Locate the assignment: Lab 6 Prep
Going to the in Lab Activity
In the Student Dashboard:
Locate the Module: Lab 6: Using Strings
Locate the assignment: Lab 6 [in-Lab]