Question: 3) Given the C++ code: size_t position1, position2; string myString = alpaca; position1 = myString.find('z'); position2 = myString.find('c'); The value of position1 after this code

3) Given the C++ code:

size_t position1, position2; string myString = "alpaca"; position1 = myString.find('z'); position2 = myString.find('c');

The value of position1 after this code is run will be: The value of position2 after this code is run will be:

3) Given the C++ code: size_t position1, position2; string myString = "alpaca";

Please help with just the first part the code is incorrect.

Given the C++ code: size_t positioni, position2; string myString = "alpaca"; position1 = myString.find('z'); position2 = myString.find('c'); The value of position1 after this code is run will be: 1 The value of position2 after this code is run will be: 4

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!