String Manipulation. a) Create three string variables: first, last, name b) Store your first name in first and last name in last. c) Concatenate the values of first and last with a space in the middle and store in the third variable name (such as "John Smith"). d) Output the variable name to the console. e) Output the length of the name variable. f) Use string functions to insert a middle initial into the name variable including spaces (such as "John H Smith"). g) Output the updated name variable. h) Access the string by index to output only the initials each separated by a period (such as J.H.S.)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 24SA
icon
Related questions
Question

you have to use "Kaniz Fatema" as name.

And middle initial will be "S"

String Manipulation.
a) Create three string variables: first, last, name
b) Store your first name in first and last name in last.
c) Concatenate the values of first and last with a space in the middle
and store in the third variable name (such as "John Smith").
d) Output the variable name to the console.
e) Output the length of the name variable.
f) Use string functions to insert a middle initial into the name variable
including spaces (such as "John H Smith").
g) Output the updated name variable.
h) Access the string by index to output only the initials each separated
by a period (such as J.H.S.)
Transcribed Image Text:String Manipulation. a) Create three string variables: first, last, name b) Store your first name in first and last name in last. c) Concatenate the values of first and last with a space in the middle and store in the third variable name (such as "John Smith"). d) Output the variable name to the console. e) Output the length of the name variable. f) Use string functions to insert a middle initial into the name variable including spaces (such as "John H Smith"). g) Output the updated name variable. h) Access the string by index to output only the initials each separated by a period (such as J.H.S.)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Concept of Flowchart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning