What is the value of phrase after the following code executes?
string phrase = “A nice day”, exes = “xxxx”;
phrase.replace(2, 3, exes);
a) “A xxxxce day”
b) “Axxxxice day”
c) “A xxxxe day”
d) “Axxxxce day”
c) “A xxxxe day”
Computer Science & Information Technology
You might also like to view...
To bring up the tile options on the Start screen, the user swipes down on the tile
Indicate whether the statement is true or false
Computer Science & Information Technology
The ________ contains shortcuts to frequently used programs and is always visible
A) Quick Launch toolbar B) Windows Sidebar C) taskbar D) Start bar
Computer Science & Information Technology