Return To CS 110 Home

Colour Theme   Font Size Options
 
   
   
   
Exercise 3

String Exercise 1: Learn and Practice (Optional)

The code in this exercise is the starting point for the next exercise, so learn it well.

Use ex3_stringA.cpp in the replit team project or copy the following code into your IDE:

The purpose of the program is to learn and practice the .length(), .find() and .substr() string functions by:

When you are done: