Problem 1. Input three strings s1, s2, and s3 from the keyboard such that s1 "Hello out there. How are you this morning?" s2 = "Did you watch the movie that was on TV last night?" s3= "Yes, we didd!" a. correct the spelling errors in s1 and s3 (find and replace) and re-display the strings. Also, replace "TV" with Netflix"!. b. concatenate all 3 strings but insert "**" between them. c. Print each string on a separate line d. print string s2 and s3 on the same line.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question
Problem 1.
Input three strings s1, s2, and s3 from the keyboard such that
s1 = "Hello out there. How are you this morning?"
s2 = "Did you watch the movie that was on TV last night?"
s3 = "Yes, we didd!"
a. correct the spelling errors in s1 and s3 (find and replace) and re-display the strings. Also, replace "TV" with Netflix".
b. concatenate all 3 strings but insert "**" between them.
c. Print each string on a separate line
d. print string s2 and s3 on the same line.
Transcribed Image Text:Problem 1. Input three strings s1, s2, and s3 from the keyboard such that s1 = "Hello out there. How are you this morning?" s2 = "Did you watch the movie that was on TV last night?" s3 = "Yes, we didd!" a. correct the spelling errors in s1 and s3 (find and replace) and re-display the strings. Also, replace "TV" with Netflix". b. concatenate all 3 strings but insert "**" between them. c. Print each string on a separate line d. print string s2 and s3 on the same line.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
ASCII Codes
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