Question: In C# a. The ________ method of the string class would enable you to create a new string that has all lowercase characters except the

In C#

a. The ________ method of the string class would enable you to create a new string that has all lowercase characters except the word great. The word great should be set to all uppercase.

b. The _______ method of the string class would enable you to create a new string array that contains the twenty-two elements. Each word from the sValue string should be in a separate array cell.

c. The __________ method of the string class would enable you to remove the exclamation point from the last array element created in the previous step.

d. The __________ method of the string class would enable you to place three asterisks onto the beginning of the string sValue and its counterpart would enable you to place three asterisks on the other end. Use of these two would enable you to surround the string with asterisks.

e. The __________ method of the string class would enable you to change the word great with the word awesome in the sValue string.

f. The _____________ method of the string class would enable you to return the location of the d in day.

g. The ____________ method of the string class would enable you to embed your name into the string so that it read: a great attitude Barbara becomes a great day which becomes a great..

h. The _______________ method of the string class returns the number of characters in the string.

i. To return just part of the string, you could use the _____________ method of the string class.

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!