?
What will be in strName after the following code is executed?
What will be in strName after the following code is executed?
strName="Joanne Hashen"
strName=strName.Insert(7,"C.");
strName="Joanne Hashen"
strName=strName.Insert(7,"C.");
Join the Discussion
Login to post a comment or share your explanation.
Login