Create a new string that has all lowercase characters


Problem

1. In order to retrieve a value stored in an object of the Queue class, you would use which method?

a. Pop( );

b. Push( );

c. Dequeue( );

d. Enqueue( );

e. none of the above

2. Use the following string to answer questions a through e.

string sValue = "Today is the first day of " + "the rest of your life."

a. Create a new string that has all lowercase characters except the word day. Day should be all uppercase.

b. Create a new string array that contains the eight elements. Each word from the sValue string should be in a separate array cell.

c. Remove the period from the last array element created in Step

b. Display the contents of the new array verifying its removal.

d. Surround the sValue string with three asterisks on each end.

e. Replace the word first with the word best in the sValue string.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a new string that has all lowercase characters
Reference No:- TGS02645484

Expected delivery within 24 Hours