Chapter 12: Problem 5
Assume the following declaration appears in a program: Declare string str = "World" Write a statement that inserts the string "Hello " at the beginning of the str variable. After the statement executes, the str variable should contain the string "Hello world".
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.