7.10 LAB: Mad Lib - loops (edited) Mad Libs are activities that have a person provide various words, which are then used to complete a short story in unexpected (and hopefully funny) ways. Write a program that takes a string, integer, and another string as input, and outputs a sentence using those items as below. The program repeats until the input string is quit. Ex: If the input is: apples 5 doctor dollars 2 taxman quit the output is: Eating 5 apples a day keeps the doctor away. Eating 2 dollars a day keeps the taxman away. Note: This is a lab from a previous chapter that now requires the use of a loop.

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
100%
7.10 LAB: Mad Lib - loops (edited)
Mad Libs are activities that have a person provide various words, which are then used to complete a short story in unexpected (and
hopefully funny) ways.
Write a program that takes a string, integer, and another string as input, and outputs a sentence using those items as below. The program
repeats until the input string is quit.
Ex: If the input is:
apples 5 doctor
dollars 2 taxman
quit
the output is:
Eating 5 apples a day keeps the doctor away.
Eating 2 dollars a day keeps the taxman away.
Note: This is a lab from a previous chapter that now requires the use of a loop.
Transcribed Image Text:7.10 LAB: Mad Lib - loops (edited) Mad Libs are activities that have a person provide various words, which are then used to complete a short story in unexpected (and hopefully funny) ways. Write a program that takes a string, integer, and another string as input, and outputs a sentence using those items as below. The program repeats until the input string is quit. Ex: If the input is: apples 5 doctor dollars 2 taxman quit the output is: Eating 5 apples a day keeps the doctor away. Eating 2 dollars a day keeps the taxman away. Note: This is a lab from a previous chapter that now requires the use of a loop.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

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